Ensure consistent versions of node and npm
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ARG BASE_IMAGE
|
ARG BASE_IMAGE
|
||||||
FROM $BASE_IMAGE
|
FROM $BASE_IMAGE
|
||||||
RUN npm i -g n && n stable
|
RUN npm i -g n && n 14
|
||||||
RUN npm i -g npm
|
RUN npm i -g npm
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"build": "NODE_ENV=production ./node_modules/.bin/encore production"
|
"build": "NODE_ENV=production ./node_modules/.bin/encore production"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@splidejs/splide": "^2.4.21",
|
"@splidejs/splide": "^2.4.21",
|
||||||
|
|||||||
Reference in New Issue
Block a user