We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf4900 commit 36af128Copy full SHA for 36af128
.github/workflows/prerelease.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
21
22
- name: Download dependencies
23
- run: npm ci
+ run: npm i
24
25
- name: Build Libraries
26
run: |
.github/workflows/release.yml
0 commit comments