From 511819bf5307f16fffa762e8a791fba36e107c2d Mon Sep 17 00:00:00 2001 From: Mauro Mancinetti <61876723+kiaSso@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:07:46 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9d022fd..71635fc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,9 +11,7 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - strategy: matrix: # os: [ubuntu-latest, windows-latest] @@ -21,7 +19,6 @@ jobs: # node-version: [18.x, 20.x, 22.x] node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -36,8 +33,8 @@ jobs: name: webpack artifacts path: my-server.js test: - needs: build - runs-on: '${{ matrix.os }}' + # needs: build + runs-on: ${{ matrix.os }} steps: - uses: actions/download-artifact@main with: