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 cb348e0 commit be27061Copy full SHA for be27061
.github/workflows/prepare_release.yaml
@@ -28,6 +28,8 @@ jobs:
28
node-version-file: package.json
29
registry-url: "https://registry.npmjs.org"
30
cache: "npm"
31
+ - name: Install dependencies
32
+ run: npm ci
33
- name: Bump version
34
id: bump-version
35
run: |
0 commit comments