Skip to content

Commit 4e089e2

Browse files
author
Matthew Fisher
committed
bump setup-node to v2
Signed-off-by: Matthew Fisher <[email protected]>
1 parent 5dd9180 commit 4e089e2

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
@@ -15,7 +15,7 @@ jobs:
1515
name: Node ${{ matrix.node }} validation
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v1
18+
- uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node }}
2121
# Pre-check to validate that versions match between package.json

0 commit comments

Comments
 (0)