From 7c94758821e9e8beddf02e879dd2a2c71ef2412b Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 7 Apr 2025 09:37:14 +0200 Subject: [PATCH] Drop support for Node 12 and Node 14, as this is no longer supported in the Hypernode Platform --- .github/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dce62d5..d0f72f2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,8 +14,6 @@ jobs: - "8.2" - "8.3" node_version: - - 12 - - 14 - 16 - 18 - 20