Closed 3timeslazy closed 2 months ago
CI is broken to fix it:
eslint --fix .
to sort variablesfs.globSync
to ignore
of n/no-unsupported-features/node-builtins
rule in ESLint configpnpm test
.scripts/
, add a comment with a description.README.md
.@ai btw, it seems like check-version
does not check Dockerfile versions. It matches against node: (\d+\.\d+\.\d+)
pattern while Dockerfiles have NODE_VERSION (\d+\.\d+\.\d+)
pattern. Should I fix it in this PR?
Yes, this is issue.
Can you fix it here if in separated PR?
Yes, this is issue.
Can you fix it here if in separated PR?
I'll fix it in a separate PR than
Thanks!
Fixes #239