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

pull/2110/head
TheCatLady 3 years ago committed by GitHub
parent d0ac74ea4b
commit 54e9071e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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

@ -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

@ -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

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

@ -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:

Loading…
Cancel
Save