chore: update deploy.yml
This commit is contained in:
parent
ca9674c4cd
commit
fc9e188572
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -17,12 +17,12 @@ jobs:
|
|||||||
- name: Setup Node.js 18.16.1
|
- name: Setup Node.js 18.16.1
|
||||||
uses: actions/setup-node@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: "18.16.1"
|
node-version: 18.18.0
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: "8.6.3"
|
version: 8.7.6
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm install && pnpm build:prod
|
run: pnpm install && pnpm build:prod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user