ci: remove --legacy-peer-deps

This commit is contained in:
Christopher Willis-Ford 2024-04-23 16:28:28 -07:00
parent 8f51e04c7e
commit 513e660767

View file

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