diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4ca9fef..cafd88d 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -39,7 +39,7 @@ jobs: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners os: [ ubuntu-22.04, windows-2022, macos-12 ] # https://github.com/actions/setup-node - node-version: [ 16, 18, 20 ] + node-version: [ 18, 20 ] steps: - name: Checkout