diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c67f676..b840c9c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,8 +17,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] - node-version: [18.x] + os: [ubuntu-22.04, macos-14] + node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3