Skip to content

Commit

Permalink
Bump nodejs to 20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Jul 18, 2023
1 parent 0758bbf commit a6d1c5b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
services:
- mongodb
node_js:
- "16"
- "20.4"
cache:
directories:
- "node_modules"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.15-alpine3.15
FROM node:20.4-alpine3.18
MAINTAINER [email protected]

ENV NAME query
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Dependencies on other Microservices:

### OS X

**First, make sure that you have the [API gateway running
locally](https://github.com/control-tower/control-tower).**

We're using Docker which, luckily for you, means that getting the
application running locally should be fairly painless. First, make sure
that you have [Docker Compose](https://docs.docker.com/compose/install/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "http://vizzuality.com/"
},
"engines": {
"node": "~16"
"node": "~20.4"
},
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case "$1" in
docker-compose -f docker-compose-test.yml run test
;;
*)
echo "Usage: controlTower.sh {test-e2e|test-unit|start|develop|test}" >&2
echo "Usage: query.sh {test-e2e|test-unit|start|develop|test}" >&2
exit 1
;;
esac
Expand Down

0 comments on commit a6d1c5b

Please sign in to comment.