Skip to content

Commit

Permalink
feat(Dependencies): Update Node.js to v22
Browse files Browse the repository at this point in the history
| datasource | package     | from     | to      |
| ---------- | ----------- | -------- | ------- |
| docker     | node        | 20.18.1  | 22.11.0 |
| npm        | @types/node | 20.16.14 | 22.10.1 |
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 6cd0a8e commit 9e47582
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STAGE 1: Build

# We label our stage as 'builder'
FROM node:20-alpine3.20 AS builder
FROM node:22-alpine3.20 AS builder

# Copy package.json and package-lock.json
COPY package.json package-lock.json ./
Expand Down
37 changes: 10 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.900.0",
"version": "4.901.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@eslint/js": "^9.9.0",
"@playwright/test": "^1.49.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.16.14",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"async": "3.2.6",
Expand Down

0 comments on commit 9e47582

Please sign in to comment.