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 172ad18 + 9a7db67 commit 1001e10Copy full SHA for 1001e10
.github/workflows/node-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
- name: Setup node
31
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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