We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7e6f3 commit 2cc095aCopy full SHA for 2cc095a
.github/workflows/nodejs.yml
@@ -17,7 +17,9 @@ jobs:
17
# - https://github.com/nodejs/node/issues/54573
18
# - https://github.com/parcel-bundler/parcel/issues/9926
19
- 22.6
20
- os: [ubuntu-latest]
+ os:
21
+ - ubuntu-latest
22
+ - macOS-latest
23
steps:
24
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
- name: Use Node.js ${{ matrix.node }}
0 commit comments