diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3fb4bbfe..b018a5e88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] os: [windows-2022, ubuntu-22.04] runs-on: ${{ matrix.os }} steps: diff --git a/package.json b/package.json index 913c6f408..cbae780d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deepnest", - "version": "1.2.0", + "version": "1.2.1", "description": "Deep nesting for Laser and CNC", "main": "main.js", "license": "MIT",