fix: try to fix sharp 0.33.0. remove omit

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2023-12-01 09:55:46 -05:00
parent 967ee0d988
commit 254aafee4c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
cache: 'npm'
- name: Install dependencies 🚀
run: npm ci --prefer-offline --no-audit --omit=dev
run: npm ci --prefer-offline --no-audit
- name: Pull test data 📦
run: >-

View File

@ -38,7 +38,7 @@ jobs:
cache: 'npm'
- name: Install dependencies 🚀
run: npm ci --prefer-offline --no-audit --omit=dev
run: npm ci --prefer-offline --no-audit
- name: Pull test data 📦
run: >-