diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 466ba833..57f8c9c4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x, 23.x] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 8e123d49..eeea70f5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Written in TypeScript. -For Node.js 18.x and higher. +For Node.js 20.x and higher. [MIT Licensed][].