Update from node 18 to 20 in a few more places

This commit is contained in:
Bruno Alla 2023-11-29 15:53:18 +00:00 committed by GitHub
parent 4b6afd0971
commit aa524c80ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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,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"