diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 87a91c6..59cce32 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: [18.x, 20.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