From ee4c377736dc7aec37200bc5e8c230d845c67f1b Mon Sep 17 00:00:00 2001 From: Alex Barry Date: Tue, 2 Jan 2024 00:07:31 -0500 Subject: [PATCH] fix: update package engine - ci reported an incomatibility issue - could not reproduce locally --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a3aa8a..0273d19 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.5.4", "license": "MIT", "engines": { - "node": ">=14" + "node": ">=14.18" }, "author": "Benoit d'Oncieu ", "description": "Allow you to commit with more than one person, e.g. Pair programming or Mob programming.", @@ -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"