ci: update node pnpm version

This commit is contained in:
pany 2024-07-15 18:44:17 +08:00
parent d77d7f7651
commit ccdeaaeaba

View File

@ -14,15 +14,15 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Setup Node.js 20.10.0 - name: Setup Node.js 20.15.1
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
node-version: 20.10.0 node-version: 20.15.1
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 8.11.0 version: 9.5.0
- name: Build - name: Build
run: pnpm install && pnpm build:prod run: pnpm install && pnpm build:prod