Skip to content

Commit 2324ff9

Browse files
committed
build: disable minimum NPM version in CI
followup to 3398b1b
1 parent 3398b1b commit 2324ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
33+
- name: Disable engine-strict check
34+
run: sed -i -e 's/engine.strict.true/engine-strict=false/' .npmrc
3335
- name: Use Node.js ${{ matrix.node-version }}
3436
uses: actions/setup-node@v4
3537
with:
@@ -88,6 +90,8 @@ jobs:
8890
# Must perform checkout first, it deletes the target directory
8991
# before running, thus would delete the downloaded artifacts.
9092
- uses: actions/checkout@v4
93+
- name: Disable engine-strict check
94+
run: sed -i -e 's/engine.strict.true/engine-strict=false/' .npmrc
9195
- uses: actions/download-artifact@v3
9296
- name: Delete existing prerelease
9397
# "prerelease" (main branch) or "pre-<feature>"

0 commit comments

Comments
 (0)