Prevent a loop in the action

master
Marcus Bakker 2020-10-24 15:19:06 +02:00 committed by GitHub
parent 757a2a4c60
commit 0c9b36689d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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