diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b30bdb..6f6bb76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16.x, 18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -130,7 +130,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16.x, 18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.node-version b/.node-version index 9d67327..f8aed3e 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.8.0 +23.1.0 diff --git a/.tool-versions b/.tool-versions index b8c6605..329a18c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 22.8.0 +nodejs 23.1.0