diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5b64e8..53bfb18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } } jobs: lib: if: github.event_name == 'push' - strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-10.15 ], node: [ 10, 12, 14, 15 ] }, fail-fast: false } + strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-10.15 ], node: [ 12, 14, 15, 16 ] }, fail-fast: false } runs-on: ${{ matrix.os }} steps: - { uses: actions/setup-node@v1, with: { node-version: "${{ matrix.node }}" } } diff --git a/package.json b/package.json index 5987777..ea6de5a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "store" ], "engines": { - "node": ">=10 <11 || >=12 <13 || >=14" + "node": ">=12.0.0" }, "main": "./lib/index.js", "scripts": {