diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index ea7d213..8db7f6f 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x, 16.x, 17.x, 18.x, 19.x, 20.x] + node-version: [15.x, 16.x, 17.x, 18.x, 19.x] steps: - uses: actions/checkout@v3