fix: try to fix sharp 0.33.0. remove omit optional

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2023-12-01 09:52:17 -05:00
parent 88efeb2fd0
commit 967ee0d988
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=optional
run: npm ci --prefer-offline --no-audit --omit=dev
- 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=optional
run: npm ci --prefer-offline --no-audit --omit=dev
- name: Pull test data 📦
run: >-