Skip to content

Commit

Permalink
Merge pull request #128 from bendhouseart/revert-node-version
Browse files Browse the repository at this point in the history
[BUG] Fixes "Transpile to JS Error" in API container; revert node version
  • Loading branch information
dlevitas authored Aug 2, 2024
2 parents eab72ef + 17d68cd commit be8ec55
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
30 changes: 23 additions & 7 deletions package-lock.json

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 @@ -43,7 +43,7 @@
"devDependencies": {
"@types/async": "^3.2.12",
"@types/cors": "^2.8.12",
"@types/node": "^16.11.26",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
Expand Down

0 comments on commit be8ec55

Please sign in to comment.