diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 267cb16..896b638 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10, 12, 13, 14, 15] + node-version: [11, 12, 13, 14, 15, 16] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 89fd328..097f968 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "main": "index.js", "engines": { - "node": ">=10.0" + "node": ">=11.0" }, "scripts": { "test": "mocha"