Skip to content

Commit

Permalink
chore: update engines in package.json (#533)
Browse files Browse the repository at this point in the history
We are now running github-bot on Node.js 20 so let's stop testing on
14.x so we can update some packages that we've been holding off on.
  • Loading branch information
Trott authored Jul 12, 2024
1 parent 5d0cc4f commit 82b2a83
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 @@ -8,7 +8,7 @@
"test:watch": "nodemon -q -x 'npm test'"
},
"engines": {
"node": ">= 14.0.0"
"node": ">= 20.0.0"
},
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 82b2a83

Please sign in to comment.