Replace npm-install action with just "npm install"
Some checks failed
Deploy / Deploy (push) Failing after 27s
Some checks failed
Deploy / Deploy (push) Failing after 27s
This commit is contained in:
parent
dcefd4f0cf
commit
2a08708c69
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
|
||||
- name: Install dependencies
|
||||
uses: bahmutov/npm-install@v1
|
||||
run: npm install
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue