mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-30 16:41:08 +08:00
chore: node 22
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user