chore: node 22

This commit is contained in:
DIYgod
2025-02-08 22:20:53 +08:00
parent 2f63cfe6ee
commit 69875d6b56
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ jobs:
with:
version: latest
run_install: true
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
node-version: 22.x
cache: "pnpm"
- name: Package the extension for Chrome
run: pnpm build --zip
+2 -2
View File
@@ -22,10 +22,10 @@ jobs:
with:
version: latest
run_install: true
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
node-version: 22.x
cache: "pnpm"
- name: Package the extension for Chrome
run: pnpm build --zip
+2 -2
View File
@@ -24,10 +24,10 @@ jobs:
with:
version: latest
run_install: true
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
node-version: 22.x
cache: "pnpm"
- name: Package the extension for Chrome
run: pnpm build --zip