Skip to content

Commit

Permalink
Upgrade to Node 16 and npm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 21, 2021
1 parent 58bc5ec commit 393c5a3
Show file tree
Hide file tree
Showing 3 changed files with 6,098 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

frontend:
command: npm start
image: node:14
image: node:16
user: node
volumes:
- type: bind
Expand Down
Loading

0 comments on commit 393c5a3

Please sign in to comment.