Skip to content

Commit

Permalink
Bump node to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-b committed Nov 15, 2022
1 parent 8131080 commit 9e57d60
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3,964 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# In many cases you can simplify this from what is generated here.
# 'See docs on artifact collection here https://circleci.com/docs/2.0/artifacts/'
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- run: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
- run: curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
- run: sudo apt-get update
- run: sudo apt-get install -y nodejs postgresql-client libgeos-dev redis-server imagemagick default-jre chromedriver
- run: sudo npm install -g [email protected]
Expand Down
Loading

0 comments on commit 9e57d60

Please sign in to comment.