Bump node from 18 to 20 (#4283)

This commit is contained in:
dependabot[bot] 2023-12-04 09:58:02 +00:00 committed by GitHub
parent d6e0637230
commit 957bc66d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -110,6 +110,6 @@ jobs:
run: pip install -r requirements.txt
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}

View File

@ -1,4 +1,4 @@
FROM node:18-bullseye-slim
FROM node:20-bullseye-slim
WORKDIR /app

View File

@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM node:18-bullseye-slim as client-builder
FROM node:20-bullseye-slim as client-builder
ARG APP_HOME=/app
WORKDIR ${APP_HOME}

View File

@ -35,7 +35,7 @@
"webpack-merge": "^5.8.0"
},
"engines": {
"node": "18"
"node": "20"
},
"browserslist": [
"last 2 versions"