Skip to content

Commit

Permalink
[#421] Upgrade nodejs to 18.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 14, 2023
1 parent 3271ecb commit bb3b18b
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,2 +1,2 @@
nodejs 16.20.1
nodejs 18.16.1
ruby 3.2.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with building complex applications over the years.

- Install ruby and set your local ruby version to `3.2.2`
- Install rails `7.0.6`
- Install node `16.20.1` (For creating web application)
- Install node `18.16.1` (For creating web application)

> 📝 If running on Apple M1, to build docker image, please make sure to set platform to AMD64 by `export DOCKER_DEFAULT_PLATFORM=linux/amd64`
Expand Down
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}.freeze

if WEB_VARIANT
NODE_VERSION = '16.20.1'
NODE_VERSION = '18.16.1'
NODE_SOURCE_VERSION = '16' # Used in Dockerfile https://github.com/nodesource/distributions
end

Expand Down

0 comments on commit bb3b18b

Please sign in to comment.