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 4b4f606 commit 59ac94eCopy full SHA for 59ac94e
.github/workflows/node-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
verify:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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