From 46ad84b76311d484a54a6db33745fd57a74dba95 Mon Sep 17 00:00:00 2001 From: dmunoz Date: Tue, 12 Nov 2024 17:08:34 +0100 Subject: [PATCH] grunt now comes preinstalled (actions ubuntu 22.04 and 24.04) --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c2967ecf..9519e29c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,6 @@ jobs: working-directory: ./src run: | npm ci - npm install grunt-cli -g grunt ci - name: Coveralls Parallel uses: coverallsapp/github-action@release/v2