Skip to content

Commit 75313c8

Browse files
chore: revert "test: use node 24 and pnpm 10"
This reverts commit 1ba3270.
1 parent 1ba3270 commit 75313c8

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: 24
16+
node-version: 22
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: 10
26+
version: 8
2727
run_install: false
2828

2929
- name: Get pnpm store directory

0 commit comments

Comments
 (0)