📌(deps) pin node to version 18

We force node to version 18 otherwise renovate will keep updating it
to version 20.
This commit is contained in:
Nathan Vasse
2023-11-20 17:15:42 +01:00
committed by NathanVss
parent 98c7075637
commit b2866c1d2b
7 changed files with 11 additions and 11 deletions

View File

@@ -24,10 +24,10 @@
"vite": "5.0.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -22,7 +22,7 @@
"turbo": "1.10.16"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@changesets/cli": "2.26.2"
@@ -32,7 +32,7 @@
"@testing-library/dom": "9.3.3"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -22,7 +22,7 @@
"eslint-plugin-react-hooks": "4.6.0"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -61,7 +61,7 @@
"react-dom": "18.2.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "7.23.3",
@@ -111,7 +111,7 @@
"yup": "1.3.2"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -53,10 +53,10 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}

View File

@@ -1,5 +1,5 @@
{
"extends": ["github>openfun/renovate-configuration"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node"],
"ignorePaths": ["**/node_modules/**"]
}