Skip to content

Commit

Permalink
CI: Fix npm smoke test expectation
Browse files Browse the repository at this point in the history
libvips v8.15.1 added jfif to suffixes
  • Loading branch information
lovell committed Jan 11, 2024
1 parent 49cb148 commit c30d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Expand Up @@ -127,7 +127,7 @@ jobs:
contents: |
import { deepStrictEqual } from 'node:assert';
import sharp from 'sharp';
deepStrictEqual(['.jpg', '.jpeg', '.jpe'], sharp.format.jpeg.input.fileSuffix);
deepStrictEqual(['.jpg', '.jpeg', '.jpe', '.jfif'], sharp.format.jpeg.input.fileSuffix);
- name: Run with Node.js + npm
if: ${{ matrix.package-manager == 'npm' }}
Expand Down

0 comments on commit c30d355

Please sign in to comment.