Skip to content

Commit c30d355

Browse files
committed
CI: Fix npm smoke test expectation
libvips v8.15.1 added jfif to suffixes
1 parent 49cb148 commit c30d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
contents: |
128128
import { deepStrictEqual } from 'node:assert';
129129
import sharp from 'sharp';
130-
deepStrictEqual(['.jpg', '.jpeg', '.jpe'], sharp.format.jpeg.input.fileSuffix);
130+
deepStrictEqual(['.jpg', '.jpeg', '.jpe', '.jfif'], sharp.format.jpeg.input.fileSuffix);
131131
132132
- name: Run with Node.js + npm
133133
if: ${{ matrix.package-manager == 'npm' }}

0 commit comments

Comments
 (0)