Skip to content

Commit

Permalink
Simple correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri-Lima authored Nov 26, 2022
1 parent 1652bf2 commit 518acda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
publish:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 518acda

Please sign in to comment.