feat: push to v2 without check packege-lock
All checks were successful
CI/CD / test (push) Successful in 14s
CI/CD / deploy (push) Successful in 39s

This commit is contained in:
Stepan Vladovskiy
2024-04-11 16:21:51 -03:00
parent e848f40a6b
commit 217bbe78b9
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
run: npm install
deploy:
runs-on: ubuntu-latest