Skip to content

Commit 9f349b1

Browse files
authored
Use npm ci instead of npm install (#1432)
This PR resolves the build failure of v10.4.0
1 parent a255221 commit 9f349b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
25-
- run: npm install
25+
- run: npm ci
2626
- name: Update version in package.json, package-lock.json, and lib/version.ts
2727
run: |
2828
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)