Skip to content

Commit 1ee9c9d

Browse files
erikburtzkochan
andauthored
feat!: node20 upgrade (#110)
* upgrade versions to latest * remove usage of ts-schema-autogen * fix: update pnpm sources * update build/output * use node20 * fix: run-install array output * fix: maintain behaviour for parseRunInstall, error messages * fix: another edge case for input.args * fix: use zod for input validation * fix: use zod.infer for exported RunInstall types * fix: remove @types/js-yaml --------- Co-authored-by: Zoltan Kochan <[email protected]>
1 parent ebcfd69 commit 1ee9c9d

14 files changed

+237552
-268886
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ node_modules
22
*.log
33
/dist/*
44
!/dist/index.js
5-
!/dist/pnpm.js
5+
!/dist/pnpm.cjs
6+
!/dist/worker.js
67
tmp
78
temp
89
*.tmp

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ inputs:
2424
required: false
2525
default: 'false'
2626
runs:
27-
using: node16
27+
using: node20
2828
main: dist/index.js
2929
post: dist/index.js

Diff for: dist/index.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)