diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 87a91c6..8d2f957 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 15.x] + node-version: [20.x, 18.x] steps: - uses: actions/checkout@v2 @@ -23,4 +23,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test