Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jun 13, 2024
1 parent 5ef1112 commit 953f616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 953f616

Please sign in to comment.