Skip to content

Commit 4464414

Browse files
chore(deps): update actions/setup-node action to v2 (#6)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7826606 commit 4464414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node: [14]
1919

2020
steps:
21-
- uses: actions/setup-node@v1
21+
- uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node }}
2424

0 commit comments

Comments
 (0)