We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a4692 commit 20a7d33Copy full SHA for 20a7d33
.github/workflows/node-ci.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
- name: Setup node
27
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28
with:
29
node-version-file: '.nvmrc'
30
cache: npm
0 commit comments