TS 5.7 added support for ES2024. By keeping target: “esnext”, we would have accidentally set our minimum supported ES version to ES2024. This sets it to ES2022, which is the version supported by Node 18
Triage
Modified version of https://github.com/balazsorban44/nissuer
Modifications
- Port to TypeScript
- Remove issue locking
- Remove reproduction blocklist
- Uses
@vercel/nccfor packaging
Development
Important
Whenever a modification is made to the action, the action built to
distmust be committed to the repository.
This is done by running:
pnpm build