Skip to content

Commit 0c0eecf

Browse files
Update actions/setup-node action to v3 (#145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent aa8b33a commit 0c0eecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: echo merged and ready to publish
1515
- uses: actions/checkout@v3
1616
# Setup .npmrc file to publish to npm
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v3
1818
with:
1919
node-version: '12.x'
2020
always-auth: true

0 commit comments

Comments
 (0)