Skip to content
Snippets Groups Projects
Commit b8236f78 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'renovate/node-20.x' into 'dev'

chore(deps): update node.js

See merge request !100
parents 790e5d7c 00b7dc39
No related branches found
No related tags found
2 merge requests!124MEP,!100chore(deps): update node.js
Pipeline #72513 passed
......@@ -16,7 +16,7 @@ stages:
build-test:
stage: build
image: node:14.20-alpine
image: node:18.17-alpine
before_script:
- apk add git
- apk add bash
......
18.17
\ No newline at end of file
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM node:14-alpine AS build-stage
FROM node:18-alpine AS build-stage
WORKDIR /app
COPY package.json /app/
......
......@@ -27,7 +27,7 @@
]
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/node": "^18.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
......
......@@ -2181,10 +2181,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7"
integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==
"@types/node@^12.0.0":
version "12.20.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
"@types/node@^18.0.0":
version "18.17.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.15.tgz#31301a273b9ca7d568fe6d1c35ae52e0fb3f8d6a"
integrity sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==
"@types/parse-json@^4.0.0":
version "4.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment