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 ba102e9 commit 44155c6Copy full SHA for 44155c6
.github/workflows/node-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
verify:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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