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 9c6648c commit c8c8f6cCopy full SHA for c8c8f6c
.github/workflows/node-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
verify:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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