Skip to content

Commit f829693

Browse files
committed
Update compatibility.yml
1 parent a0f5668 commit f829693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
}
8585
JSON
8686
87-
printf "%s\n" "$code" > "${dir}/index.ts"
87+
printf "%b\n" "$code" > "${dir}/index.ts"
8888
8989
pnpm --dir "${dir}" install --no-frozen-lockfile
9090
pnpm --dir "${dir}" typecheck

0 commit comments

Comments
 (0)