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 a255221 commit 9f349b1Copy full SHA for 9f349b1
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: 24
24
registry-url: 'https://registry.npmjs.org'
25
- - run: npm install
+ - run: npm ci
26
- name: Update version in package.json, package-lock.json, and lib/version.ts
27
run: |
28
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
0 commit comments