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.
1 parent 0b8f641 commit bc2ae01Copy full SHA for bc2ae01
.github/workflows/node-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
verify:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: Read .nvmrc
22
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
23
id: nvm
@@ -33,7 +33,7 @@ jobs:
33
needs: verify
34
35
36
37
38
39
0 commit comments