feat: npm install (bo check package.lock)
Some checks failed
CI/CD / test (push) Successful in 9s
CI/CD / deploy (push) Failing after 27s

This commit is contained in:
Stepan Vladovskiy
2024-04-09 12:16:23 -03:00
parent 3e4afad081
commit 14a0fba747
3 changed files with 199 additions and 2 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