fix(chore): update pr check node version (#431)

This commit is contained in:
chilingling 2024-04-18 04:47:21 -07:00 committed by GitHub
parent 005f36af3c
commit eafe3df2c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Install pnpm
run: npm i -g pnpm