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 fda7b70 commit 080455cCopy full SHA for 080455c
.github/workflows/node-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
22
id: nvm
23
- name: Setup node
24
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
+ uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
25
with:
26
node-version: ${{ steps.nvm.outputs.NVMRC }}
27
- uses: bahmutov/npm-install@v1
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
14
15
16
17
node-version-file: .nvmrc
18
cache: npm
0 commit comments