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 ca46778 commit 7986922Copy full SHA for 7986922
.github/workflows/node-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
verify:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
20
- name: Read .nvmrc
21
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
22
id: nvm
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
release:
11
12
13
14
- name: Setup node
15
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
0 commit comments