Skip to content

Commit 877b9fa

Browse files
authored
Update node version (#27)
* Update node version * Test * Fix name * Fix * Fix * Test * Test * Update npm * Remove test * Return configure
1 parent c814c1f commit 877b9fa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/publish_packages.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
with:
4444
version: 9.5
4545

46-
- name: Setup Node.js 20
47-
uses: actions/setup-node@v3
46+
- name: Setup Node.js 22
47+
uses: actions/setup-node@v6
4848
with:
49-
node-version: '20.x'
49+
node-version: '22.x'
5050
cache: pnpm
5151
registry-url: 'https://registry.npmjs.org'
5252

@@ -55,6 +55,11 @@ jobs:
5555
pnpm config set auto-install-peers true
5656
pnpm config set exclude-links-from-lockfile true
5757
58+
- name: Update npm
59+
run: |
60+
npm install -g npm@^11.6
61+
npm --version
62+
5863
- name: Install dependencies
5964
run: pnpm install --frozen-lockfile
6065

0 commit comments

Comments
 (0)