fix: use npm install
All checks were successful
Deploy / lint-build-deploy (push) Successful in 3m11s
All checks were successful
Deploy / lint-build-deploy (push) Successful in 3m11s
This commit is contained in:
@@ -17,12 +17,7 @@ jobs:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
if [ -f package-lock.json ]; then
|
||||
npm ci --legacy-peer-deps
|
||||
else
|
||||
npm install --legacy-peer-deps
|
||||
fi
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
- name: Run linting
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user