fix(node): Upgraded to 16.15.0

This commit is contained in:
Timothy Stewart 2022-05-24 22:00:14 -05:00
parent 728c2ddd54
commit ef3dbf3456
5 changed files with 503 additions and 473 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v16.14.2]
node-version: [v16.15.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v16.14.2]
node-version: [v16.15.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}

2
.nvmrc
View File

@ -1 +1 @@
v16.14.2
v16.15.0

View File

@ -1,4 +1,4 @@
FROM node:16.14.2-alpine AS node-build
FROM node:16.15.0-alpine AS node-build
WORKDIR /usr/src/app
COPY package.json ./
COPY yarn.lock ./
@ -8,7 +8,7 @@ RUN yarn install --frozen-lockfile --check-files --network-timeout 600000
RUN yarn build --noninteractive
RUN yarn install --frozen-lockfile --check-files --production --modules-folder node_modules_prod --network-timeout 600000
FROM node:16.14.2-alpine
FROM node:16.15.0-alpine
WORKDIR /usr/src/app
ENV NODE_ENV production
RUN mkdir -p /node_modules

966
yarn.lock

File diff suppressed because it is too large Load Diff