We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977ec8 commit 56ac0d5Copy full SHA for 56ac0d5
2 files changed
.github/workflows/ci-build.yml
@@ -41,7 +41,7 @@ jobs:
41
node --version
42
npm --version
43
- name: Install dependencies
44
- run: npm install --verbose
+ run: npm ci --verbose
45
- name: Build packages
46
run: |
47
# Build packages without internal dependencies
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: 24
30
31
32
33
34
- name: Create or update release PR
35
id: changesets
@@ -63,7 +63,7 @@ jobs:
63
registry-url: "https://registry.npmjs.org"
64
65
66
67
68
69
0 commit comments