From 8415bae856bafc452e315810c70039c8b50197e4 Mon Sep 17 00:00:00 2001 From: Paul Higgs Date: Thu, 17 Oct 2024 15:58:09 +0100 Subject: [PATCH] Use currently supported/maintained node.js versions according to https://nodejs.org/en/about/previous-releases --- .github/workflows/grunt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index da754964..c1d24d2e 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2