From bab31d9cf2c0d4c26ef2dd10ee987a44e884ead1 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Thu, 8 Aug 2024 15:04:30 +0200 Subject: [PATCH] Revert "Update from Node 12 to 18 (#293)" This reverts commit 59841e47f1c5439b534614f5369e46718ead7b61. --- .github/workflows/npm-grunt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml index 86340fb52..a07f907c2 100644 --- a/.github/workflows/npm-grunt.yml +++ b/.github/workflows/npm-grunt.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [12.x] steps: - name: Checkout