Skip to content

Commit

Permalink
Downgrade Node to 16.19.1 as @nimblehq/[email protected]
Browse files Browse the repository at this point in the history
…does not work with node 18
  • Loading branch information
andyduong1920 committed Mar 1, 2023
1 parent 48b9dc0 commit 210c08e
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 18.14.0
nodejs 16.19.1
ruby 3.0.5
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.0.5`
- Install rails `7.0.4.2`
- Install node `18.14.0` (For creating web application)
- Install node `16.19.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 = '18.14.0'
NODE_VERSION = '16.19.1'
NODE_SOURCE_VERSION = '18' # Used in Dockerfile https://github.com/nodesource/distributions
end

Expand Down

0 comments on commit 210c08e

Please sign in to comment.