fix: try to fix sharp 0.33.0. remove omit optional
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
88efeb2fd0
commit
967ee0d988
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ct.yml
vendored
2
.github/workflows/ct.yml
vendored
|
@ -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: >-
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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: >-
|
||||
|
|
Loading…
Reference in a new issue