Browse Source

workflow: fix github action build error (#2773)

* workflow: fix github action build error

* workflow: pnpm/action-setup 不指定具体版本号
pull/2793/head
GauharChan 3 years ago
committed by GitHub
parent
commit
34237ef033
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/deploy.yml

3
.github/workflows/deploy.yml

@ -67,6 +67,9 @@ jobs:
sed -i "s#VITE_DROP_CONSOLE\s*=.*#VITE_DROP_CONSOLE = true#g" ./.env.production
cat ./.env.production
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: use Node.js 16
uses: actions/setup-node@v3
with:

Loading…
Cancel
Save