mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚙️ Upgrade workflow, use pnpm 9
This commit is contained in:
parent
5542e51946
commit
6598247779
2
.github/workflows/check-app.yml
vendored
2
.github/workflows/check-app.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 🧑🚀 Check
|
name: ⚙️ Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
6
.github/workflows/deploy-api.yml
vendored
6
.github/workflows/deploy-api.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup pnpm 8
|
- name: Setup pnpm 9
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 9
|
||||||
|
|
||||||
- name: Install global dependencies
|
- name: Install global dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user