Skip to content

Commit a43f021

Browse files
authored
Merge pull request #75 from Alheimsins/renovate/actions-setup-node-2.x
Update actions/setup-node action to v2
2 parents 7e7c89b + 82f5101 commit a43f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12-
- uses: actions/setup-node@v1
12+
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 12
1515
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)