Skip to content

Commit

Permalink
Merge pull request #103 from cosmicds/node-v18
Browse files Browse the repository at this point in the history
Updates for Node v18
  • Loading branch information
Carifio24 authored Feb 28, 2024
2 parents 7820e55 + ecbb4d2 commit 2f94c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ebextensions/ts_compile.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ container_commands:
compile:
command: "./node_modules/.bin/tsc -p tsconfig.json"
env:
PATH: /opt/elasticbeanstalk/node-install/node-v16.20.2-linux-x64/bin/
PATH: /usr/bin/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"sass-loader": "^10.0.0"
},
"engines": {
"node": "16.20.2"
"node": "18.18.0"
}
}

0 comments on commit 2f94c64

Please sign in to comment.