test change node ver

This commit is contained in:
Kseninia Mikhaylova 2024-06-21 15:24:03 +03:00
parent d573b5ad06
commit 2fd3649cd7
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,8 @@
FROM ci.svs-tech.pro/library/node:21
# FROM ci.svs-tech.pro/library/node:21
FROM debian:bookworm-slim
RUN apt update
RUN apt -y install nodejs npm
RUN node -v
RUN mkdir -p /src
COPY package.json src/package.json

4
package-lock.json generated
View File

@ -17,7 +17,6 @@
"@tresjs/nuxt": "^2.1.2",
"@types/imagemin": "^9.0.0",
"@types/marked": "^6.0.0",
"draco3d": "^1.5.7",
"glob": "^10.4.2",
"imagemin": "^9.0.0",
"imagemin-pngquant": "^10.0.0",
@ -32,8 +31,7 @@
"three": "^0.165.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {}
}
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",

View File

@ -19,7 +19,6 @@
"@tresjs/core": "^4.0.2",
"@tresjs/nuxt": "^2.1.2",
"@types/imagemin": "^9.0.0",
"@types/marked": "^6.0.0",
"glob": "^10.4.2",
"imagemin": "^9.0.0",
"imagemin-pngquant": "^10.0.0",