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