Skip to content

Commit e1402c8

Browse files
authored
Merge pull request #123 from legobeat/master
github ci: test on macOS
2 parents 7ae8df8 + 2cc095a commit e1402c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
# - https://github.com/nodejs/node/issues/54573
1818
# - https://github.com/parcel-bundler/parcel/issues/9926
1919
- 22.6
20-
os: [ubuntu-latest]
20+
os:
21+
- ubuntu-latest
22+
- macOS-latest
2123
steps:
2224
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2325
- name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)