ci(web.yml): Update pnpm v9 Nodejs20

This commit is contained in:
Xwite
2024-10-10 15:14:52 +08:00
committed by GitHub
parent 79cc4f788e
commit 3e9b200bb8
+2 -2
View File
@@ -25,13 +25,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory