From 2b72e34dea12414fd6f80ad0b425bf5efcea9813 Mon Sep 17 00:00:00 2001 From: Mauro Mancinetti <61876723+kiaSso@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:08:38 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 71635fc..402b199 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -33,8 +33,8 @@ jobs: name: webpack artifacts path: my-server.js test: - # needs: build - runs-on: ${{ matrix.os }} + needs: build + runs-on: ${{ build.matrix.os }} steps: - uses: actions/download-artifact@main with: