diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 687bb76..30ea961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x, v20.8.0, 22.x] + node-version: [20.x, v20.18.1, 22.x, 23.x] steps: - uses: actions/checkout@v3 @@ -26,9 +26,9 @@ jobs: NODE_OPTIONS: ${{ matrix.node-version == '22.x' && '--experimental-require-module' || '' }} - name: Deploy docs - if: github.ref == 'refs/heads/main' && matrix.node-version == 'v20.8.0' + if: github.ref == 'refs/heads/main' && matrix.node-version == 'v20.18.1' uses: JamesIves/github-pages-deploy-action@v4.5.0 with: single-commit: true branch: gh-pages - folder: typedoc \ No newline at end of file + folder: typedoc diff --git a/package.json b/package.json index 95c31db..9ed0d54 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/httptoolkit/mockrtc#readme", "engines": { - "node": ">=14.17.0" + "node": ">=20.0.0" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1",