diff --git a/package.json b/package.json index 93b86a45d..c1efc35c1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.0.1", "description": "Admin front end for GOV.UK Notify", "engines": { - "node": "10.15.3" + "node": ">=10.15.3", + "npm": "6.14.15 || >= 7.21.0" }, "scripts": { "test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",