更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 4m46s
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 4m46s
This commit is contained in:
parent
f5002b7cb9
commit
22591b03b8
@ -21,16 +21,16 @@ jobs:
|
|||||||
|
|
||||||
- run: java -version
|
- run: java -version
|
||||||
|
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 16
|
|
||||||
|
|
||||||
- name: Setup Pnpm
|
- name: Setup Pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
run_install: false
|
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
cache: 'pnpm'
|
||||||
|
|
||||||
- run: pnpm -v
|
- run: pnpm -v
|
||||||
|
- run: pnpm install
|
Loading…
x
Reference in New Issue
Block a user