build: update node to 20.9 (#3668)

This commit is contained in:
Ryan Cohen
2023-11-05 19:18:21 +09:00
committed by GitHub
parent b40ba07a4d
commit 59dabed380
4 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-20.04
container: node:16.17-alpine
container: node:20.9-alpine
steps:
- name: Checkout
uses: actions/checkout@v3

View File

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

View File

@@ -1,4 +1,4 @@
FROM node:16.17-alpine
FROM node:20.9-alpine
COPY . /app
WORKDIR /app

View File

@@ -16,7 +16,7 @@ architectures:
parts:
overseerr:
plugin: nodejs
nodejs-version: '16.17.0'
nodejs-version: '20.9.0'
nodejs-package-manager: 'yarn'
nodejs-yarn-version: v1.22.17
build-packages: