Compare commits

..

1 Commits

Author SHA1 Message Date
6295dd8f42 Update Node.js to v23.10.0 2025-03-14 17:03:14 +00:00
5 changed files with 7 additions and 10 deletions

View File

@ -3,7 +3,6 @@ name: Build the docker image for the API
on: on:
push: push:
branches: ["main"] branches: ["main"]
paths: ["api/**"]
env: env:
REGISTRY: git.ngn.tf REGISTRY: git.ngn.tf

View File

@ -3,7 +3,6 @@ name: Build the docker image for the frontend application
on: on:
push: push:
branches: ["main"] branches: ["main"]
paths: ["app/**"]
env: env:
REGISTRY: git.ngn.tf REGISTRY: git.ngn.tf

View File

@ -3,7 +3,6 @@ name: Build the docker image for the doc server
on: on:
push: push:
branches: ["main"] branches: ["main"]
paths: ["doc/**"]
env: env:
REGISTRY: git.ngn.tf REGISTRY: git.ngn.tf

View File

@ -1,5 +1,5 @@
# build the application with node # build the application with node
FROM node:23.11.0 AS build FROM node:23.10.0 AS build
ARG WEBSITE_REPORT_URL ARG WEBSITE_REPORT_URL
ARG WEBSITE_SOURCE_URL ARG WEBSITE_SOURCE_URL

12
app/package-lock.json generated
View File

@ -861,9 +861,9 @@
} }
}, },
"node_modules/@sveltejs/kit": { "node_modules/@sveltejs/kit": {
"version": "2.20.2", "version": "2.17.1",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.20.2.tgz", "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.17.1.tgz",
"integrity": "sha512-Dv8TOAZC9vyfcAB9TMsvUEJsRbklRTeNfcYBPaeH6KnABJ99i3CvCB2eNx8fiiliIqe+9GIchBg4RodRH5p1BQ==", "integrity": "sha512-CpoGSLqE2MCmcQwA2CWJvOsZ9vW+p/1H3itrFykdgajUNAEyQPbsaSn7fZb6PLHQwe+07njxje9ss0fjZoCAyw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2159,9 +2159,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.4.15", "version": "5.4.14",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.15.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
"integrity": "sha512-6ANcZRivqL/4WtwPGTKNaosuNJr5tWiftOC7liM7G9+rMb8+oeJeyzymDu4rTN93seySBmbjSfsS3Vzr19KNtA==", "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {