diff --git a/.travis.yml b/.travis.yml index ae7d5a09..30fa8188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ cache: npm notifications: email: false node_js: - - 10.18 + - 10.0.0 - 12 - node install: npm install diff --git a/package.json b/package.json index b559eab6..bffebf70 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "engines": { - "node": ">=10.18" + "node": ">=10" }, "scripts": { "build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean",