diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index c49c6ac..bcebf2a 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.x, 18.x] + os: [ubuntu-latest] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3