mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +08:00
chore: 更新web自动构建
This commit is contained in:
parent
19e37aec81
commit
efbca898a3
4
.github/workflows/web.yml
vendored
4
.github/workflows/web.yml
vendored
@ -25,13 +25,13 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 22
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
id: pnpm-install
|
||||
with:
|
||||
version: 8
|
||||
version: 9
|
||||
run_install: false
|
||||
|
||||
- name: Get pnpm store directory
|
||||
|
Loading…
Reference in New Issue
Block a user