Skip to content

Commit

Permalink
Update Nodejs version to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Dec 12, 2023
1 parent 96b31ab commit cec4fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ruby 3.1.0
bundler 2.3.20
yarn 1.22.4
nodejs 16.14.0
nodejs 20.10.0
terraform 1.2.3
adr-tools 3.0.0
cf 7.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 16.14.0
nodejs 20.10.0
bundler 2.1.4
ruby 2.7.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "teacher-training-api",
"private": true,
"engines": {
"node": "16.x"
"node": "20.x"
},
"scripts": {
"build": "yarn run build:css && yarn run build:js",
Expand Down

0 comments on commit cec4fd1

Please sign in to comment.