Skip to content

Commit

Permalink
feat: fixing node version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelrealwri committed Apr 8, 2024
1 parent 57120a0 commit 78ddf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
v20.2.0
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/v16.20.0/bin/:$PATH' }
set :default_env, { PATH: '$HOME/.nvm/versions/node/v20.2.0/bin/:$PATH' }

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

Expand Down

0 comments on commit 78ddf18

Please sign in to comment.