From b321cf863658d9d83bdc2cbe0e34e1edcdc4f86c Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 30 Nov 2024 11:43:54 +0100 Subject: [PATCH] Update supported NodeJS versions to any actively security-supported version https://endoflife.date/nodejs 18, 20, 22, 23 --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 8ac1fa52..4ec9ddab 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node: ['14', '16', '18'] + node: ['18', '20', '22', '23'] steps: - name: Check out code into the Go module directory