diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5a1a6b8..b74d8c7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,9 @@ jobs: fail-fast: false matrix: node: + - 16.0.0 - 16 + - 18.0.0 - 18 - 20 # TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved diff --git a/package.json b/package.json index 751d2c0..4954559 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "./index.js", "engines": { - "node": "^16.20 || ^18 || ^20 || >=22" + "node": "16.x || >= 18.0.0" }, "files": [ "bip39/*.js",