We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428dce1 commit 1ba3270Copy full SHA for 1ba3270
.github/actions/setup-tools/action.yml
@@ -13,7 +13,7 @@ runs:
13
- name: Install Node.js
14
uses: actions/setup-node@v6
15
with:
16
- node-version: 22
+ node-version: 24
17
18
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
19
shell: bash
@@ -23,7 +23,7 @@ runs:
23
uses: pnpm/action-setup@v3
24
id: pnpm-install
25
26
- version: 8
+ version: 10
27
run_install: false
28
29
- name: Get pnpm store directory
0 commit comments