Skip to content

Commit ae33224

Browse files
committed
Update create_release.yml
1 parent efcc6eb commit ae33224

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ jobs:
1818
with:
1919
node-version: '22'
2020

21-
- name: Install dependencies (debug + retry + more memory/disk)
22-
env:
23-
NODE_OPTIONS: --max-old-space-size=6144
24-
run: |
25-
df -h
26-
free -h
27-
npm config set loglevel silly
28-
npm install --foreground-scripts --no-audit || \
29-
(sleep 5 && npm install --foreground-scripts --no-audit --prefer-offline)
21+
- name: Install dependencies
22+
run: npm install
3023

3124
- name: Get package.json version
3225
id: get_version

0 commit comments

Comments
 (0)