Skip to content

Commit

Permalink
feat!: node20 upgrade (#110)
Browse files Browse the repository at this point in the history
* 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 <z@kochan.io>
  • Loading branch information
erikburt and zkochan committed Feb 8, 2024
1 parent ebcfd69 commit 1ee9c9d
Show file tree
Hide file tree
Showing 14 changed files with 237,552 additions and 268,886 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,8 @@ node_modules
*.log
/dist/*
!/dist/index.js
!/dist/pnpm.js
!/dist/pnpm.cjs
!/dist/worker.js
tmp
temp
*.tmp
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,6 +24,6 @@ inputs:
required: false
default: 'false'
runs:
using: node16
using: node20
main: dist/index.js
post: dist/index.js
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

0 comments on commit 1ee9c9d

Please sign in to comment.