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.
actions/setup-node@v2
1 parent 8624e44 commit 355fca3Copy full SHA for 355fca3
1 file changed
.github/workflows/nodejs.yml
@@ -30,7 +30,7 @@ jobs:
30
fetch-depth: 0
31
32
- name: Use Node.js ${{ matrix.node-version }}
33
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
34
with:
35
node-version: ${{ matrix.node-version }}
36
@@ -68,7 +68,7 @@ jobs:
68
- uses: actions/checkout@v2
69
70
71
72
73
74
0 commit comments