diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ffeaa1d..604cafb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x, 20.x, 21.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v3 @@ -66,7 +66,7 @@ jobs: strategy: matrix: - node-version: [ 18.x ] + node-version: [18.x] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 1703995..a7d276e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "6.0.1", "description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API", "engines": { - "node": ">=18.0.0 <22.0.0" + "node": ">=18.0.0 <23.0.0" }, "main": "dist/index", "typings": "dist/index", @@ -70,4 +70,4 @@ "ts-jest": "29.1.5", "typescript": "5.2.2" } -} \ No newline at end of file +}