mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: update CI config
This commit is contained in:
2
.github/workflows/publish-npm-nightly.yml
vendored
2
.github/workflows/publish-npm-nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user