Skip to content

Commit fc7b59a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
with:
99
version: 8.15.9
1010
- name: Use Node.js ${{ matrix.node-version }}
11-
uses: actions/setup-node@v4.4.0
11+
uses: actions/setup-node@v6.2.0
1212
with:
1313
node-version: ${{ matrix.node-version }}
1414
cache: pnpm

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: 8.15.9
1919
- name: Setup Node 🔧
20-
uses: actions/setup-node@v4.4.0
20+
uses: actions/setup-node@v6.2.0
2121
with:
2222
node-version: '22.22.0'
2323
cache: pnpm

0 commit comments

Comments
 (0)