feat(node): Upgraded to 18.16.0

This commit is contained in:
Timothy Stewart 2023-04-15 13:27:15 -05:00
parent 2132c29f47
commit f11f7f6149
5 changed files with 339 additions and 349 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
with:
node-version: v18.13.0
node-version: v18.16.0
- name: Install Dependencies, Test, and Build
run: |
yarn install --frozen-lockfile --check-files --network-timeout 600000

View File

@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
with:
node-version: v18.13.0
node-version: v18.16.0
- name: Install Dependencies, Test, and Build
run: |
yarn install --frozen-lockfile --check-files --network-timeout 600000

2
.nvmrc
View File

@ -1 +1 @@
v18.13.0
v18.16.0

View File

@ -1,4 +1,4 @@
FROM node:18.13.0-alpine AS node-build
FROM node:18.16.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:18.13.0-alpine
FROM node:18.16.0-alpine
WORKDIR /usr/src/app
ENV NODE_ENV production
RUN mkdir -p /node_modules

678
yarn.lock

File diff suppressed because it is too large Load Diff