Skip to content

Commit

Permalink
update nodejs to 13.x on circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored and Felix D committed Apr 22, 2020
1 parent 3d4084e commit 3a24219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Install Node and modules
command: |
sudo apt-get update
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
sudo apt-get install -y nodejs libgeos-dev # Required for shapely
sudo npm install -g @mapbox/cfn-config @mapbox/cloudfriend
sudo pip3 install awscli --upgrade
Expand All @@ -32,6 +32,7 @@ jobs:
# Install NPM packages and build frontend
cd ${CIRCLE_WORKING_DIRECTORY}/frontend
npm install
npm rebuild node-sass
npm run build
cd ${CIRCLE_WORKING_DIRECTORY}
# Install Python dependencies
Expand Down

0 comments on commit 3a24219

Please sign in to comment.