Skip to content

Commit

Permalink
ci: fix export test for node@22
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 6, 2024
1 parent ca861a4 commit 8affcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exports_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node --input-type=module --no-warnings - << EOF
import mimelite from "mime/lite";
import standard from "mime/types/standard.js";
import other from "mime/types/other.js";
import pkg from "mime/package.json" assert {type: 'json'};
import pkg from "mime/package.json" with {type: 'json'};
EOF

echo "... cleanup"
Expand Down

0 comments on commit 8affcc6

Please sign in to comment.