From 3d61936a35dd2b65e5af4cc965c31c7df9aa06b7 Mon Sep 17 00:00:00 2001 From: LeoX DEV <84378319+Le0X8@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:20:32 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 35c8550..29233f0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,4 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm install - run: npm test