Skip to content

Commit 9d8edcc

Browse files
committed
chore: update publish.yaml to use npm ci
1 parent 82bb816 commit 9d8edcc

File tree

4 files changed

+707
-1824
lines changed

4 files changed

+707
-1824
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Update npm
25-
run: npm install -g npm@11
25+
run: npm install -g npm@latest
2626

2727
- name: Get package version
2828
id: version
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Install dependencies
8080
if: steps.npm_check.outputs.published == 'false'
81-
run: npm install
81+
run: npm ci
8282

8383
- name: Build package
8484
if: steps.npm_check.outputs.published == 'false'

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.5.8] - 2025-12-16
2+
3+
### Fixed
4+
5+
- Regenerated package-lock.json with npm@latest for CI compatibility
6+
17
## [1.5.7] - 2025-12-16
28

39
### Changed

0 commit comments

Comments
 (0)