Skip to content

Commit 520165b

Browse files
committed
ci: use node v22 for package compatibility
1 parent 4919083 commit 520165b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 24
23+
node-version: 22.x
2424
cache: "pnpm"
2525

2626
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: 24
48+
node-version: 22.x
4949
cache: "pnpm"
5050

5151
- name: Configure Git
@@ -110,7 +110,7 @@ jobs:
110110

111111
- uses: actions/setup-node@v4
112112
with:
113-
node-version: 24
113+
node-version: 22.x
114114
cache: "pnpm"
115115

116116
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"wxt": "^0.20.7"
5555
},
5656
"engines": {
57-
"node": ">=24"
57+
"node": ">=22.0.0 <23.0.0"
5858
},
5959
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
6060
}

0 commit comments

Comments
 (0)