Skip to content

Commit 39acc59

Browse files
committed
use npm install
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
1 parent 8ac3e5c commit 39acc59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-manager-cache: false
3131

3232
- name: Install
33-
run: npm ci --force
33+
run: npm install
3434

3535
- name: Set version
3636
run: npm pkg set version="$(date +"%y.%m.%d")-$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)