chore: update CI config

This commit is contained in:
0song
2025-10-15 21:44:06 +08:00
parent a77a91788f
commit d673e4556d

View File

@@ -59,7 +59,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.com/
- name: Setup pnpm
uses: pnpm/action-setup@v4
@@ -82,6 +81,5 @@ jobs:
env:
TAG_VERSION: 0.0.${{ steps.date.outputs.date }}
GIT_HEAD: ${{env.GIT_HEAD}}
REGISTRY: https://registry.npmjs.com/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096