diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a878830..e300e6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,9 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, '*'] + node-version: [16, 18, 20] os: [ubuntu-latest, windows-latest, macOS-latest] + fail-fast: false steps: - uses: actions/checkout@v3 with: diff --git a/package.json b/package.json index bd7805d3..9694dbac 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "homepage": "https://github.com/moscajs/aedes#readme", "engines": { - "node": ">=14" + "node": ">=16" }, "devDependencies": { "@sinonjs/fake-timers": "^10.3.0",