diff --git a/.nvmrc b/.nvmrc index 2edeafb0..58b8c2a0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 \ No newline at end of file +v20.2.0 \ No newline at end of file diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index a253c5d5..922a336e 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -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'