From e4847e55a5b3514892ab3b47757f3c4021543f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Go=C3=9Fe?= Date: Tue, 16 Apr 2024 14:51:45 +0200 Subject: [PATCH] chore(ci): do not run on node 16 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4053e..a073398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: node-version: - 20 - 18 - - 16 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3