Skip to content

Commit d819628

Browse files
authoredApr 14, 2025··
chore(action): update actions/setup-node action to v4.4.0
1 parent da0565c commit d819628

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
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup node
23-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
23+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2424
with:
2525
node-version-file: .nvmrc
2626
cache: npm

0 commit comments

Comments
 (0)
Please sign in to comment.