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 52e4d03 commit 377c365Copy full SHA for 377c365
.github/workflows/node-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
verify:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
+ - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
21
- name: Read .nvmrc
22
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
23
id: nvm
@@ -31,7 +31,7 @@ jobs:
31
needs: verify
32
33
34
35
36
37
0 commit comments