chore: 更新github action node 版本

This commit is contained in:
roymondchen 2024-04-23 15:50:28 +08:00
parent 7a9e5ca6f6
commit 9174e775ae

View File

@ -17,10 +17,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- run: pnpm bootstrap