We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f5668 commit f829693Copy full SHA for f829693
1 file changed
.github/workflows/compatibility.yml
@@ -84,7 +84,7 @@ jobs:
84
}
85
JSON
86
87
- printf "%s\n" "$code" > "${dir}/index.ts"
+ printf "%b\n" "$code" > "${dir}/index.ts"
88
89
pnpm --dir "${dir}" install --no-frozen-lockfile
90
pnpm --dir "${dir}" typecheck
0 commit comments