We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a4692 commit ffb3ba6Copy full SHA for ffb3ba6
.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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
28
with:
29
node-version-file: '.nvmrc'
30
cache: npm
0 commit comments