build(ci): use node 18 and pnpm 8.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 2m23s
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 2m23s
This commit is contained in:
parent
8dc5ffd39f
commit
348d18a348
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user