Skip to content

Commit

Permalink
Merge pull request #176 from lifion/feature/renovate-node-10.x
Browse files Browse the repository at this point in the history
Update Node.js to >=v10.24.0
  • Loading branch information
jennyEckstein committed Mar 16, 2021
2 parents e42012f + 6cf5ee9 commit 51e5e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lifion-verify-deps": "./bin/lifion-verify-deps.js"
},
"engines": {
"node": ">=v10.23.3"
"node": ">=v10.24.0"
},
"scripts": {
"build-docs": "jsdoc2md -t ./templates/README.hbs ./lib/*.js > ./README.md && git add ./README.md",
Expand Down

0 comments on commit 51e5e01

Please sign in to comment.