Skip to content

Commit 69875d6

Browse files
committed
chore: node 22
1 parent 2f63cfe commit 69875d6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
version: latest
2828
run_install: true
29-
- name: Use Node.js 20.x
29+
- name: Use Node.js 22.x
3030
uses: actions/[email protected]
3131
with:
32-
node-version: 20.x
32+
node-version: 22.x
3333
cache: "pnpm"
3434
- name: Package the extension for Chrome
3535
run: pnpm build --zip

.github/workflows/submit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
version: latest
2424
run_install: true
25-
- name: Use Node.js 20.x
25+
- name: Use Node.js 22.x
2626
uses: actions/[email protected]
2727
with:
28-
node-version: 20.x
28+
node-version: 22.x
2929
cache: "pnpm"
3030
- name: Package the extension for Chrome
3131
run: pnpm build --zip

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
version: latest
2626
run_install: true
27-
- name: Use Node.js 20.x
27+
- name: Use Node.js 22.x
2828
uses: actions/[email protected]
2929
with:
30-
node-version: 20.x
30+
node-version: 22.x
3131
cache: "pnpm"
3232
- name: Package the extension for Chrome
3333
run: pnpm build --zip

0 commit comments

Comments
 (0)