Skip to content

Commit 393c5a3

Browse files
committed
Upgrade to Node 16 and npm v8
1 parent 58bc5ec commit 393c5a3

File tree

3 files changed

+6098
-1184
lines changed

3 files changed

+6098
-1184
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515

1616
frontend:
1717
command: npm start
18-
image: node:14
18+
image: node:16
1919
user: node
2020
volumes:
2121
- type: bind

0 commit comments

Comments
 (0)