Skip to content

Commit

Permalink
[AQ 176] update mapbox access tokens for aqueduct and wps 2 (#320)
Browse files Browse the repository at this point in the history
* feat: fixing node version

* feat: fixing yarn lock

* feat: fixing CI/CD

* feat: fixing CI/CD

---------

Co-authored-by: Carlos Del Real <[email protected]>
  • Loading branch information
carloshdelreal and carlosdelrealwri authored Apr 8, 2024
1 parent 57120a0 commit fffbd48
Show file tree
Hide file tree
Showing 4 changed files with 3,987 additions and 4,653 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Find yarn cache location
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: JS package cache
uses: actions/cache@v1
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install packages
run: |
yarn install --pure-lockfile
Expand Down
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
Loading

0 comments on commit fffbd48

Please sign in to comment.