Skip to content

Commit

Permalink
feat!: Update default NodeJS runtime from 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 7, 2023
1 parent 4a93c5a commit cf47abc
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 838 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
required: false

runs:
using: node16
using: node20
main: dist/index.js
12 changes: 7 additions & 5 deletions dist/index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vercel/ncc": "^0.36.1",
"@vercel/ncc": "^0.38.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^21.0.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}

0 comments on commit cf47abc

Please sign in to comment.