build(deps): bump node to 14.18 (#2209) [skip ci]

This commit is contained in:
TheCatLady
2021-10-16 09:17:43 -04:00
committed by GitHub
parent d0ac74ea4b
commit 54e9071e90
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jobs:
test:
name: Lint & Test Build
runs-on: ubuntu-20.04
container: node:14.17-alpine
container: node:14.18-alpine
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

View File

@@ -9,7 +9,7 @@ jobs:
test:
name: Lint & Test Build
runs-on: ubuntu-20.04
container: node:14.17-alpine
container: node:14.18-alpine
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

View File

@@ -20,7 +20,7 @@ jobs:
name: Lint & Test Build
needs: jobs
runs-on: ubuntu-20.04
container: node:14.17-alpine
container: node:14.18-alpine
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

View File

@@ -1,4 +1,4 @@
FROM node:14.17-alpine AS BUILD_IMAGE
FROM node:14.18-alpine AS BUILD_IMAGE
WORKDIR /app
@@ -31,7 +31,7 @@ RUN touch config/DOCKER
RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
FROM node:14.17-alpine
FROM node:14.18-alpine
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:14.17-alpine
FROM node:14.18-alpine
COPY . /app
WORKDIR /app

View File

@@ -11,7 +11,7 @@ confinement: strict
parts:
overseerr:
plugin: nodejs
nodejs-version: '14.17.0'
nodejs-version: '14.18.1'
nodejs-package-manager: 'yarn'
nodejs-yarn-version: v1.22.10
build-packages: