workflow: update

This commit is contained in:
xiaoxian521 2023-09-18 10:48:00 +08:00
parent 4415f12025
commit 0fcc12a591

View File

@ -18,13 +18,13 @@ jobs:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
name: Install pnpm name: Install pnpm
id: pnpm-install id: pnpm-install
with: with:
version: 7 version: 8.6.10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory