We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3d0a6 commit b09e29fCopy full SHA for b09e29f
.github/workflows/node-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- name: Setup node
21
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
22
with:
23
node-version-file: .nvmrc
24
cache: npm
0 commit comments