更新 '.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
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Setup Pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
run_install: false
|
||||
|
||||
|
||||
- run: pnpm -v
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: pnpm -v
|
||||
- run: pnpm install
|
Loading…
x
Reference in New Issue
Block a user