Skip to content

Commit ffb3ba6

Browse files
chore(action): update actions/setup-node action to v4.0.4
1 parent 38a4692 commit ffb3ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626
- name: Setup node
27-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2828
with:
2929
node-version-file: '.nvmrc'
3030
cache: npm

0 commit comments

Comments
 (0)