Skip to content

Commit

Permalink
Merge pull request #453 from w1stler/bump_node
Browse files Browse the repository at this point in the history
Bump node
  • Loading branch information
OtisRed authored Feb 9, 2022
2 parents cb3ea6a + fe53f38 commit 084ecf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

install:
- pip install awscli
- nvm install 10.13.0
- nvm install 12
- (cd frontend && yarn install)
- (cd backend && pip install pipenv && pipenv install --dev)

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.13.0
FROM node:12

EXPOSE 8080

Expand Down

0 comments on commit 084ecf7

Please sign in to comment.