We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b86a9a9 + 91ead0c commit f49f003Copy full SHA for f49f003
.github/workflows/node-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- name: Setup node
28
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.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