Skip to content

Commit

Permalink
Merge pull request #96 from Carifio24/deployment-update
Browse files Browse the repository at this point in the history
Bump Node.js version to 16.20.2
  • Loading branch information
Carifio24 authored Oct 31, 2023
2 parents ca31d44 + 77f624d commit 485d21e
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.14.2-linux-x64/bin/
PATH: /opt/elasticbeanstalk/node-install/node-v16.20.2-linux-x64/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.14.2"
"node": "16.20.2"
}
}

0 comments on commit 485d21e

Please sign in to comment.