Skip to content

Commit 317a4b0

Browse files
ci: update node and npm versions
1 parent 8f8719c commit 317a4b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ runs:
1111
using: 'composite'
1212
steps:
1313
- name: Install Node.js
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v6
1515
with:
16-
node-version: 20
16+
node-version: 22
17+
18+
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
19+
shell: bash
20+
run: npm install -g npm@latest
1721

1822
- name: Install PNPM
1923
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)