Skip to content

Commit 82b3f1d

Browse files
committed
chore: update Node.js version to 22.x and pnpm version to 10 in CI workflows
1 parent 4720e1a commit 82b3f1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['18.x']
10+
node: ['22.x']
1111
os: [windows-latest, macOS-latest]
1212

1313
steps:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@v2
2323
name: Install pnpm
2424
with:
25-
version: 8
25+
version: 10
2626
run_install: false
2727

2828
- name: Install dependencies

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
# Setup .npmrc file to publish to npm
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '18.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
# Defaults to the user or organization that owns the workflow file
1717
scope: ''
1818

1919
- uses: pnpm/action-setup@v2
2020
name: Install pnpm
2121
with:
22-
version: 8
22+
version: 10
2323
run_install: false
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)