workflow: fix github action build error (#2773)

* workflow: fix github action build error

* workflow: pnpm/action-setup 不指定具体版本号
This commit is contained in:
GauharChan
2023-05-19 17:08:57 +08:00
committed by GitHub
parent b13c4a81fc
commit 34237ef033

View File

@@ -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: