更新 '.gitea/workflows/build.yaml'
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 15s
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 15s
This commit is contained in:
parent
41ad3af3d4
commit
09e48590b1
@ -21,14 +21,14 @@ jobs:
|
|||||||
|
|
||||||
- run: java -version
|
- run: java -version
|
||||||
|
|
||||||
- name: Setup Pnpm
|
|
||||||
uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: 7.30.0
|
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
- name: Setup Pnpm
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 7.30.0
|
||||||
|
|
||||||
- run: pnpm -v
|
- run: pnpm -v
|
Loading…
x
Reference in New Issue
Block a user