Skip to content

Commit

Permalink
fix: update package engine
Browse files Browse the repository at this point in the history
- ci reported an incomatibility issue
- could not reproduce locally
  • Loading branch information
mrozbarry committed Jan 2, 2024
1 parent 329eda1 commit ee4c377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.4",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=14.18"
},
"author": "Benoit d'Oncieu <bdoncieu@gmail.com>",
"description": "Allow you to commit with more than one person, e.g. Pair programming or Mob programming.",
Expand All @@ -27,6 +27,7 @@
"git-pair": "./bin/gitpair.js"
},
"scripts": {
"prepublishOnly": "npm build",
"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prepare": "husky install"
Expand Down

0 comments on commit ee4c377

Please sign in to comment.