Skip to content

Commit

Permalink
Merge pull request #1053 from github/revert-1050-nishnha/use-node-20
Browse files Browse the repository at this point in the history
Revert "Upgrade from node16 to node20"
  • Loading branch information
Nishnha authored Sep 22, 2023
2 parents f0766f1 + 916ab24 commit c2682a4
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.7.0
16.19.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'Updater Action'
description: 'Runs dependabot-updater in Actions'
author: 'GitHub'
runs:
using: 'node20'
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/cleanup/index.js'
28 changes: 18 additions & 10 deletions dist/cleanup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cleanup/index.js.map

Large diffs are not rendered by default.

32 changes: 22 additions & 10 deletions dist/cleanup/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 18 additions & 10 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions dist/main/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint-check": "eslint **/*.ts",
"package": "ncc build -o dist/main src/main.ts --source-map --license licenses.txt && ncc build -o dist/cleanup src/cleanup.ts --source-map --license licenses.txt",
"test": "SKIP_INTEGRATION_TESTS=true jest --detectOpenHandles",
"test-integration": "jest --detectOpenHandles --forceExit 'integration'",
"test-integration": "jest --detectOpenHandles 'integration'",
"prepare": "husky install",
"dependabot": "ts-node src/cli.ts",
"fetch-images": "ts-node src/fetch-images.ts",
Expand Down

0 comments on commit c2682a4

Please sign in to comment.