Skip to content

Commit 5665970

Browse files
chore(deps): update actions/setup-node action to v6
1 parent ee5bc58 commit 5665970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
with:
1010
access_token: ${{ github.token }}
1111
- name: Setup Node.js
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: '18'
1515
- name: Cache node_modules

0 commit comments

Comments
 (0)