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 94e30c3 commit 9857ae9Copy full SHA for 9857ae9
.github/workflows/node-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
- name: Setup node
21
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
with:
23
node-version-file: .nvmrc
24
cache: npm
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments