Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy authored Mar 20, 2024
1 parent a0202c0 commit d78ed53
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
command: ['npm build linux', 'npm build windows', 'npm build mac']

include:
- os: ubuntu-latest
build-command: 'npm run "build linux"'
- os: windows-latest
build-command: 'npm run "build windows"'
- os: macos-latest
build-command: 'npm run "build mac"'
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit d78ed53

Please sign in to comment.