mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
ci: remove --legacy-peer-deps
This commit is contained in:
parent
8f51e04c7e
commit
513e660767
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -43,8 +43,7 @@ jobs:
|
|||
npm set progress=false
|
||||
which gulp || npm install -g gulp-cli
|
||||
- name: Install NPM Dependencies
|
||||
run: |
|
||||
npm ci --legacy-peer-deps
|
||||
run: npm ci
|
||||
- run: gulp jshint
|
||||
- run: gulp minify
|
||||
- run: gulp test
|
||||
|
|
Loading…
Reference in a new issue