Skip to content

Commit 5502452

Browse files
authored
Merge pull request #253 from ticky/renovate/actions-setup-node-2.x
Update actions/setup-node action to v2
2 parents 1bfa7c9 + 3fdde39 commit 5502452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: yarn install

0 commit comments

Comments
 (0)