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.
2 parents b0598da + 24ad9a2 commit ac4430dCopy full SHA for ac4430d
.github/workflows/node-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27
- name: Setup node
28
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
29
with:
30
cache: npm
31
node-version: ${{ matrix.node }}
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
node-version-file: .nvmrc
42
0 commit comments