We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3398b1b commit 2324ff9Copy full SHA for 2324ff9
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: actions/checkout@v4
31
with:
32
fetch-depth: 0
33
+ - name: Disable engine-strict check
34
+ run: sed -i -e 's/engine.strict.true/engine-strict=false/' .npmrc
35
- name: Use Node.js ${{ matrix.node-version }}
36
uses: actions/setup-node@v4
37
@@ -88,6 +90,8 @@ jobs:
88
90
# Must perform checkout first, it deletes the target directory
89
91
# before running, thus would delete the downloaded artifacts.
92
93
94
95
- uses: actions/download-artifact@v3
96
- name: Delete existing prerelease
97
# "prerelease" (main branch) or "pre-<feature>"
0 commit comments