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 ec5075a + 0607d42 commit 0c35ecdCopy full SHA for 0c35ecd
1 file changed
.github/workflows/node-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30
- name: Setup node
31
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
32
with:
33
cache: npm
34
node-version: ${{ matrix.node }}
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
node-version-file: .nvmrc
45
0 commit comments