Skip to content

Commit

Permalink
Merge pull request #123 from legobeat/master
Browse files Browse the repository at this point in the history
github ci: test on macOS
  • Loading branch information
paulmillr authored Aug 30, 2024
2 parents 7ae8df8 + 2cc095a commit e1402c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
# - https://github.com/nodejs/node/issues/54573
# - https://github.com/parcel-bundler/parcel/issues/9926
- 22.6
os: [ubuntu-latest]
os:
- ubuntu-latest
- macOS-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node }}
Expand Down

0 comments on commit e1402c8

Please sign in to comment.