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 a788d6a commit 01128e8Copy full SHA for 01128e8
.github/workflows/deploy.yml
@@ -21,11 +21,8 @@ jobs:
21
node-version: 20.x
22
23
24
- - name: "🧩 Generate ephemeral package-lock.json"
25
- run: npm install --package-lock-only
26
-
27
- - name: "🧩 Install dependencies (ci)"
28
- run: npm ci --legacy-peer-deps
+ - name: "🧩 Install dependencies (npm)"
+ run: npm install --legacy-peer-deps
29
30
- name: "🧩 Install semver for version bump"
31
run: npm install semver
@@ -34,8 +31,6 @@ jobs:
34
if: github.ref == 'refs/heads/main'
35
32
run: node scripts/bumpVersion.js
36
33
37
- - name: "🧹 Remove ephemeral package-lock.json"
38
- run: rm -f package-lock.json
39
40
- name: '🔧 Configure Git for Automation'
41
0 commit comments