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 207157c commit de79e79Copy full SHA for de79e79
.github/workflows/Release.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 'lts/*'
20
21
- name: Install dependencies
22
- run: npm ci
+ run: npm install
23
24
- name: Update version
25
run: echo '${{ github.event.inputs.version }}' > src/version.txt
0 commit comments