Skip to content

Commit

Permalink
update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Guerraz committed Feb 9, 2021
1 parent 783e02d commit b1ba4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.1
FROM node:14.15.4
ENV PATH="${PATH}:/usr/local/go/bin:/home/node/go/bin"
ENV CGO_ENABLED=0
RUN apt-get install git curl && curl -O https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz && tar -xvf go1.14.4.linux-amd64.tar.gz && chown -R root:root ./go && mv go /usr/local
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/lodash": "latest"
},
"engines": {
"node": ">=12 <13"
"node": ">=14"
},
"dependencies": {
"@types/react-datepicker": "^3.1.2",
Expand Down

0 comments on commit b1ba4a2

Please sign in to comment.