Skip to content

Commit 01128e8

Browse files
Removed ephemeral package-lock for bump-version.
1 parent a788d6a commit 01128e8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
node-version: 20.x
2222

2323

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
24+
- name: "🧩 Install dependencies (npm)"
25+
run: npm install --legacy-peer-deps
2926

3027
- name: "🧩 Install semver for version bump"
3128
run: npm install semver
@@ -34,8 +31,6 @@ jobs:
3431
if: github.ref == 'refs/heads/main'
3532
run: node scripts/bumpVersion.js
3633

37-
- name: "🧹 Remove ephemeral package-lock.json"
38-
run: rm -f package-lock.json
3934

4035
- name: '🔧 Configure Git for Automation'
4136
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)