From 660b40d2ed50451cb78bd5852601e0a7edf7327c Mon Sep 17 00:00:00 2001 From: Robin Pokorny Date: Mon, 7 Oct 2024 14:03:57 +0200 Subject: [PATCH] :tv: remove node v16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d798505..eea87d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [16.x', '18.x', '20.x', '22.x'] + node: ['18.x', '20.x', '22.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: