Prevent a loop in the action
parent
757a2a4c60
commit
0c9b36689d
|
@ -22,7 +22,7 @@ jobs:
|
|||
- uses: actions/setup-node@main
|
||||
|
||||
- name: Install project dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
working-directory: ./editor
|
||||
|
||||
- name: Build the project
|
||||
|
|
Loading…
Reference in New Issue