We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4aed6f + 4e089e2 commit a3e1501Copy full SHA for a3e1501
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Node ${{ matrix.node }} validation
16
steps:
17
- uses: actions/checkout@v2
18
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
19
with:
20
node-version: ${{ matrix.node }}
21
# Pre-check to validate that versions match between package.json
0 commit comments