chore(deps): update node.js to v20
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate 2023-12-03 06:04:23 +00:00
parent 56944664ac
commit fd960a1a3d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &node_image 'node:18'
- &node_image 'node:20'
steps:
test-build:

View File

@ -1,4 +1,4 @@
FROM node:18.18-alpine as build-deps
FROM node:20.10-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./

View File

@ -29,7 +29,7 @@
"@parcel/validator-typescript": "^2.9.1",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"buffer": "^5.5.0",