From 953f61641bb52f578bd167fdcb1e658b65b2e0d7 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Thu, 13 Jun 2024 16:24:25 -0600 Subject: [PATCH] chore: fix workflow --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 40bc68a0..fbc63aa4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - - name: Install Node.js in ${{ matrix.os }} + - name: Install Node.js in linux uses: actions/setup-node@v2 with: node-version: 18.x @@ -30,7 +30,7 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - - name: Install Node.js in ${{ matrix.os }} + - name: Install Node.js in Mac uses: actions/setup-node@v2 with: node-version: 18.x @@ -45,7 +45,7 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - - name: Install Node.js in ${{ matrix.os }} + - name: Install Node.js in windows uses: actions/setup-node@v2 with: node-version: 18.x