Skip to content
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion get-changed-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:


runs:
using: node16
using: node20
main: dist/index.js

outputs:
Expand Down
57,634 changes: 29,810 additions & 27,824 deletions get-changed-files/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion get-changed-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"main": "lib/main.js",
"scripts": {
Expand Down
Loading