Skip to content

Commit

Permalink
chore(*): update Node.js to version 20, TSC to 4.4
Browse files Browse the repository at this point in the history
This is a maintenance commit, updating the Node.js version used byt the
action to be `node20`, and the TypeScript version to 4.4.

Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Oct 16, 2024
1 parent dc6b312 commit aa20bf2
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 340 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
default: "false"
description: "If true, the action will include prereleases when selecting a version from GitHub Releases."
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit aa20bf2

Please sign in to comment.