Skip to content

Commit

Permalink
fix: try to fix sharp 0.33.0. remove omit optional
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Calcutt <[email protected]>
  • Loading branch information
acalcutt committed Dec 1, 2023
1 parent 88efeb2 commit 967ee0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 967ee0d

Please sign in to comment.