Skip to content

Commit d549009

Browse files
authored
Merge pull request #134 from legobeat/v23-ci-macos
ci: run macOS tests except for Node.js v14
2 parents 478a75b + 29002b9 commit d549009

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13+
include:
14+
# @actions/setup-node does not support Node.js v14 for macOS
15+
- node: 14
16+
os: ubuntu-latest
1317
node:
14-
- 14
1518
- 16.0.0
1619
- 16
1720
- 18.0.0
@@ -21,6 +24,7 @@ jobs:
2124
- 22.6
2225
os:
2326
- ubuntu-latest
27+
- macOS-latest
2428
steps:
2529
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2630
- name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)