Skip to content

Commit 71e3358

Browse files
committed
fix: update package engine
- ci reported an incomatibility issue - could not reproduce locally
1 parent 329eda1 commit 71e3358

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.5.4",
44
"license": "MIT",
55
"engines": {
6-
"node": ">=14"
6+
"node": ">=14.21"
77
},
88
"author": "Benoit d'Oncieu <bdoncieu@gmail.com>",
99
"description": "Allow you to commit with more than one person, e.g. Pair programming or Mob programming.",
@@ -27,6 +27,7 @@
2727
"git-pair": "./bin/gitpair.js"
2828
},
2929
"scripts": {
30+
"prepublishOnly": "npm build",
3031
"lint": "eslint .",
3132
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
3233
"prepare": "husky install"

0 commit comments

Comments
 (0)