Skip to content

Commit

Permalink
Merge pull request #3467 from bcgov/NDT-207-Upgrade-to-Node-20-LTS
Browse files Browse the repository at this point in the history
chore: upgrade node to latest LTS
  • Loading branch information
RRanath authored Aug 15, 2024
2 parents 9d06acb + 909f109 commit 99ff13a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 18.19.0
nodejs 20.16.0
yarn 1.22.18
kubectl 1.21.6
postgres 14.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The defaults can be overridden using a `.env` file placed in the `/app` director

Required dependencies:

- [Node.js 18.16.0](https://nodejs.org/en/download/)
- [Node.js 20.16.0](https://nodejs.org/en/download/)
- [yarn classic](https://classic.yarnpkg.com/lang/en/docs/install)

Run the following commands:
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@types/jest": "^28.1.6",
"@types/json-diff": "^1.0.0",
"@types/luxon": "^3.3.2",
"@types/node": "18.16.0",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.23",
"@types/react-relay": "^13.0.2",
Expand Down
10 changes: 6 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5385,10 +5385,12 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9"
integrity sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==

"@types/[email protected]":
version "18.16.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
"@types/[email protected]":
version "20.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
dependencies:
undici-types "~5.26.4"

"@types/object-path@^0.11.1":
version "0.11.1"
Expand Down

0 comments on commit 99ff13a

Please sign in to comment.