Skip to content

Commit ae4da62

Browse files
committed
Update create_release.yml
1 parent 54e005d commit ae4da62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
check-release:
1111
runs-on: ubuntu-latest
12+
env:
13+
NODE_OPTIONS: --max-old-space-size=6144
1214
steps:
1315
- name: Checkout code
1416
uses: actions/checkout@v3
@@ -18,10 +20,8 @@ jobs:
1820
with:
1921
node-version: '22'
2022

21-
- name: Install dependencies (show post-install logs)
22-
run: |
23-
npm config set loglevel verbose # 已经开过,可保留
24-
npm install --foreground-scripts # 关键:把生命周期脚本输出打到终端
23+
- name: Install dependencies
24+
run: npm install
2525

2626
- name: Get package.json version
2727
id: get_version

0 commit comments

Comments
 (0)