Bump node from 20 to 22 (#5039)

This commit is contained in:
dependabot[bot] 2024-08-20 12:21:49 +02:00 committed by GitHub
parent 165b1ef6b5
commit ce92e1e944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: "20"
node-version: "22"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}

View File

@ -1,4 +1,4 @@
FROM docker.io/node:20-bookworm-slim
FROM docker.io/node:22-bookworm-slim
WORKDIR /app

View File

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