Skip to content

Commit 628a5ee

Browse files
Use node 22 (#2393)
1 parent e81c5ec commit 628a5ee

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: 'pnpm'
2121
- run: pnpm install
2222
- name: Get xvfb

.github/workflows/ember.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: 'pnpm'
2121
- run: pnpm install
2222
- name: Ember Test

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: 'pnpm'
2121
- run: pnpm install
2222
- name: Lint JS

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
cache: 'pnpm'
2020
- run: pnpm install
2121
- name: Lint JS
@@ -42,7 +42,7 @@ jobs:
4242
- uses: pnpm/action-setup@v4
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 20
45+
node-version: 22
4646
cache: 'pnpm'
4747
- run: pnpm install
4848
- name: Add macOS certs

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 20.19.0
2-
pnpm 10.18.2
1+
nodejs 22.21.1
2+
pnpm 10.20.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
"vite-plugin-testem-electron": "^1.0.2",
189189
"wcag-contrast": "^3.0.0"
190190
},
191-
"packageManager": "pnpm@10.18.2",
191+
"packageManager": "pnpm@10.20.0",
192192
"engines": {
193-
"node": ">= 20",
194-
"pnpm": "^10.18.2"
193+
"node": ">= 22",
194+
"pnpm": "^10.20.0"
195195
},
196196
"publishConfig": {
197197
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)