Skip to content

Commit

Permalink
github ci: test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 30, 2024
1 parent 2f7e6f3 commit 2cc095a
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 2cc095a

Please sign in to comment.