Skip to content

Commit

Permalink
feat: upgrade node to v14 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez authored Oct 14, 2021
1 parent d6481cf commit 1a5c058
Show file tree
Hide file tree
Showing 3 changed files with 1,950 additions and 1,687 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.16.0
14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:14-alpine

COPY package*.json ./
RUN npm ci
Expand Down
Loading

0 comments on commit 1a5c058

Please sign in to comment.