We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d16191 commit 7eac94fCopy full SHA for 7eac94f
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 18
23
24
- name: Install Dependencies
25
- run: yarn
+ run: npm ci
26
27
- name: Create Release Pull Request or Publish to npm
28
id: changesets
0 commit comments