diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 577034c..994d162 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - node-version: [14.x, 16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + node-version: [16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3