From 1caedfffa66b540a88ba63c47f2991ee8fb43fd2 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 29 Mar 2023 19:05:44 +0100 Subject: [PATCH] remove 20.x --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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