build: 修改workflow 的 node 版本

This commit is contained in:
fonghehe 2025-08-27 15:40:34 +08:00
parent b261cc0f19
commit 9ef7636371

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 20
cache: yarn cache: yarn
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile