feat: ci node version

This commit is contained in:
neo 2024-04-28 18:17:29 +08:00
parent 8976aba7e0
commit 39ff6f1b8d

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2
with: