build(ci): use node 18 and pnpm 8.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 2m23s

This commit is contained in:
Ivan Li 2023-07-09 14:43:15 +00:00
parent 8dc5ffd39f
commit 348d18a348

View File

@ -16,13 +16,13 @@ jobs:
- uses: https://github.com/actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: https://github.com/pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory