Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelrealwri committed Apr 8, 2024
1 parent fffbd48 commit 64f608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set :branch, `git rev-parse --abbrev-ref HEAD`.chomp

set :default_env, { PATH: '$HOME/.nvm/versions/node/v20.2.0/bin/:$PATH' }
set :default_env, { PATH: '$HOME/.nvm/versions/node/v20.12.1/bin/:$PATH' }

set :rvm_custom_path, '/home/ubuntu/.rvm'

Expand Down

0 comments on commit 64f608a

Please sign in to comment.