mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
chore: 更新web自动构建
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user