chore: update node and pnpm

This commit is contained in:
pany 2024-09-27 14:10:47 +08:00
parent 356ba4723b
commit 85bbfb5adc

View File

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