We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcc6eb commit ae33224Copy full SHA for ae33224
1 file changed
.github/workflows/create_release.yml
@@ -18,15 +18,8 @@ jobs:
18
with:
19
node-version: '22'
20
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)
+ - name: Install dependencies
+ run: npm install
30
31
- name: Get package.json version
32
id: get_version
0 commit comments