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