This commit is contained in:
mozzie 2024-06-04 11:02:02 +08:00
parent 4589a0e0e8
commit 71a854d437

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '16' # or specify the version you need node-version: '18' # or specify the version you need
- name: Install pnpm - name: Install pnpm
run: npm i -g pnpm run: npm i -g pnpm