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
|
- uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
|
|
||||||
- uses: https://github.com/pnpm/action-setup@v2
|
- uses: https://github.com/pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
id: pnpm-install
|
id: pnpm-install
|
||||||
with:
|
with:
|
||||||
version: 7
|
version: 8
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
|
Loading…
Reference in New Issue
Block a user