diff --git a/index.js b/index.js
index 51656a35d629ccbac77b7dccf8386a42c58a93a6..2553d0b3ed74cb9a9e9123a12fdf240151f45534 100644
--- a/index.js
+++ b/index.js
@@ -276125,7 +276125,7 @@ var SpanStatus; (function (SpanStatus) {
 /* 2047 */
 /***/ (function(module) {
 
-module.exports = JSON.parse("{\"name\":\"grdf\",\"version\":\"1.2.0\",\"description\":\"\",\"repository\":{\"type\":\"git\",\"url\":\"https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git\"},\"keywords\":[],\"author\":\"Grand Lyon\",\"license\":\"AGPL-3.0\",\"main\":\"./src/index.js\",\"eslintConfig\":{\"extends\":[\"cozy-app\"]},\"eslintIgnore\":[\"build\",\"data\"],\"husky\":{\"hooks\":{\"pre-commit\":\"yarn lint\"}},\"jest\":{\"setupFiles\":[\"./setupTests.js\"]},\"scripts\":{\"start\":\"node ./src/index.js\",\"dev\":\"cozy-konnector-dev\",\"standalone\":\"cozy-konnector-standalone\",\"onDeleteAccount:standalone\":\"cozy-konnector-standalone src/onDeleteAccount.js\",\"onDeleteAccount\":\"cozy-konnector-dev src/onDeleteAccount.js\",\"pretest\":\"npm run clean\",\"test:cov\":\"jest --coverage\",\"test\":\"jest\",\"release\":\"standard-version --no-verify\",\"clean\":\"rm -rf ./data\",\"build\":\"webpack\",\"lint\":\"eslint --fix .\",\"deploy\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}\",\"deploy-dev\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}\",\"deploy-test\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test}\",\"cozyPublish\":\"cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})\",\"travisDeployKey\":\"./bin/generate_travis_deploy_key\"},\"dependencies\":{\"@sentry/node\":\"^7.28.1\",\"@sentry/tracing\":\"^7.28.1\",\"axios\":\"^0.20.0\",\"cozy-client\":\"23.22.0\",\"cozy-konnector-libs\":\"4.34.5\",\"husky\":\"4.3.0\",\"jest\":\"^28.1.3\",\"jsonwebtoken\":\"^8.5.1\",\"moment\":\"^2.29.0\",\"moment-timezone\":\"^0.5.31\"},\"devDependencies\":{\"copy-webpack-plugin\":\"6.1.1\",\"cozy-app-publish\":\"0.25.0\",\"cozy-jobs-cli\":\"1.13.6\",\"eslint-config-cozy-app\":\"1.6.0\",\"git-directory-deploy\":\"1.5.1\",\"husky\":\"4.3.0\",\"jest-junit\":\"^14.0.0\",\"standard-version\":\"^9.5.0\",\"svgo\":\"1.3.2\",\"webpack\":\"4.44.2\",\"webpack-cli\":\"3.3.12\"}}");
+module.exports = JSON.parse("{\"name\":\"grdf\",\"version\":\"1.2.0\",\"engines\":{\"node\":\">=16.0.0\"},\"description\":\"\",\"repository\":{\"type\":\"git\",\"url\":\"https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git\"},\"keywords\":[],\"author\":\"Grand Lyon\",\"license\":\"AGPL-3.0\",\"main\":\"./src/index.js\",\"eslintConfig\":{\"extends\":[\"cozy-app\"]},\"eslintIgnore\":[\"build\",\"data\"],\"husky\":{\"hooks\":{\"pre-commit\":\"yarn lint\"}},\"jest\":{\"setupFiles\":[\"./setupTests.js\"]},\"scripts\":{\"start\":\"node ./src/index.js\",\"dev\":\"cozy-konnector-dev\",\"standalone\":\"cozy-konnector-standalone\",\"onDeleteAccount:standalone\":\"cozy-konnector-standalone src/onDeleteAccount.js\",\"onDeleteAccount\":\"cozy-konnector-dev src/onDeleteAccount.js\",\"pretest\":\"npm run clean\",\"test:cov\":\"jest --coverage\",\"test\":\"jest\",\"release\":\"standard-version --no-verify\",\"clean\":\"rm -rf ./data\",\"build\":\"webpack\",\"lint\":\"eslint --fix .\",\"deploy\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}\",\"deploy-dev\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}\",\"deploy-test\":\"git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test}\",\"cozyPublish\":\"cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})\",\"travisDeployKey\":\"./bin/generate_travis_deploy_key\"},\"dependencies\":{\"@sentry/node\":\"^7.28.1\",\"@sentry/tracing\":\"^7.28.1\",\"axios\":\"^0.20.0\",\"cozy-client\":\"23.22.0\",\"cozy-konnector-libs\":\"4.34.5\",\"husky\":\"4.3.0\",\"jest\":\"^28.1.3\",\"jsonwebtoken\":\"^8.5.1\",\"moment\":\"^2.29.0\",\"moment-timezone\":\"^0.5.31\"},\"devDependencies\":{\"copy-webpack-plugin\":\"6.1.1\",\"cozy-app-publish\":\"0.25.0\",\"cozy-jobs-cli\":\"1.13.6\",\"eslint-config-cozy-app\":\"1.6.0\",\"git-directory-deploy\":\"1.5.1\",\"husky\":\"4.3.0\",\"jest-junit\":\"^14.0.0\",\"standard-version\":\"^9.5.0\",\"svgo\":\"1.3.2\",\"webpack\":\"4.44.2\",\"webpack-cli\":\"3.3.12\"}}");
 
 /***/ })
 /******/ ]);
\ No newline at end of file
diff --git a/package.json b/package.json
index 7d8f1d826bc16d472cbccfff6b99a24861361461..563a7024dab0994b11766f3c51fd946a1929c2ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,9 @@
 {
   "name": "grdf",
   "version": "1.2.0",
+  "engines": {
+    "node": ">=16.0.0"
+  },
   "description": "",
   "repository": {
     "type": "git",