Skip to content

Commit 36af128

Browse files
committed
fix
1 parent fbf4900 commit 36af128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
2121

2222
- name: Download dependencies
23-
run: npm ci
23+
run: npm i
2424

2525
- name: Build Libraries
2626
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
2121

2222
- name: Download dependencies
23-
run: npm ci
23+
run: npm i
2424

2525
- name: Build Libraries
2626
run: |

0 commit comments

Comments
 (0)