Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Mar 11, 2024
1 parent ec47f82 commit 8014e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV

- name: Download dependencies
run: npm сi
run: npm ci

- name: Build Libraries
run: |
Expand Down

0 comments on commit 8014e78

Please sign in to comment.