Skip to content

Commit

Permalink
build: use Node 16
Browse files Browse the repository at this point in the history
Refs #421
  • Loading branch information
thewilkybarkid committed Nov 9, 2021
1 parent 7594a02 commit bf1ef5c
Show file tree
Hide file tree
Showing 8 changed files with 33,578 additions and 4,576 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14
v16
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine3.12 AS node
FROM node:16-alpine3.12 AS node
WORKDIR /app

RUN \
Expand Down
3 changes: 3 additions & 0 deletions integration/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
audit=false
engine-strict=true
fund=false
1 change: 1 addition & 0 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get install --yes --no-install-recommends \
wait-for-it

COPY \
.npmrc \
package.json \
package-lock.json \
./
Expand Down
Loading

0 comments on commit bf1ef5c

Please sign in to comment.