Skip to content

Commit 1ba3270

Browse files
test: use node 24 and pnpm 10
1 parent 428dce1 commit 1ba3270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v6
1515
with:
16-
node-version: 22
16+
node-version: 24
1717

1818
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
1919
shell: bash
@@ -23,7 +23,7 @@ runs:
2323
uses: pnpm/action-setup@v3
2424
id: pnpm-install
2525
with:
26-
version: 8
26+
version: 10
2727
run_install: false
2828

2929
- name: Get pnpm store directory

0 commit comments

Comments
 (0)