Skip to content

Commit

Permalink
👷 Configure github actions to run on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Nov 14, 2023
1 parent cf135ce commit 2a82560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand Down

0 comments on commit 2a82560

Please sign in to comment.