Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri-Lima committed Nov 26, 2022
1 parent c0ddb24 commit 5fa2b20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:
workflow_dispatch:
jobs:
publish:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
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:
Expand Down

0 comments on commit 5fa2b20

Please sign in to comment.