Skip to content

Commit a5bdc7a

Browse files
committed
update setup-node action
1 parent 619d1af commit a5bdc7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sync-packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- uses: pnpm/action-setup@v4
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v5
2121
with:
22-
node-version: 22
23-
cache: pnpm
22+
node-version: 24
2423
- run: pnpm install --frozen-lockfile --ignore-scripts
2524

2625
- name: Sync packages

0 commit comments

Comments
 (0)