This commit is contained in:
parent
99d7dece79
commit
491c12a80e
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ jobs:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "https://code.forgejo.org/actions/checkout@v4"
|
uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||||
|
|
||||||
|
- name: "Install pnpm"
|
||||||
|
run: "npm install --global pnpm"
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: "pnpm install"
|
run: "pnpm install"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue