Skip to content

Commit

Permalink
Merge branch 'release/rel-20240807125415'
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 committed Aug 7, 2024
2 parents 3e9a826 + f5926a1 commit bb1da2d
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.15.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.1)
rexml (3.3.3)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Requirements
* Ruby 3.3.4 (ref: [.ruby-version](.ruby-version) )
* Node.js 20.12.1 (ref: [.node-version](.node-version) )
* Node.js 20.15.1 (ref: [.node-version](.node-version) )
* MySQL

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Set the node version
set :nodenv_type, :system
set :nodenv_node, '18.14.1'
set :nodenv_node, '20.15.1'
set :nodenv_prefix, "NODENV_ROOT=#{fetch(:nodenv_path)} NODENV_VERSION=#{fetch(:nodenv_node)} #{fetch(:nodenv_path)}/bin/nodenv exec"
set :nodenv_map_bins, %w{node npm}

Expand Down
Loading

0 comments on commit bb1da2d

Please sign in to comment.