diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4c0a3e..f687162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["14", "16", "18"] + node: ["18", "20"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -20,4 +20,4 @@ jobs: - run: npm run lint - run: npm test env: - YARN_GPG: no + YARN_GPG: no \ No newline at end of file