We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478a75b commit 29002b9Copy full SHA for 29002b9
.github/workflows/nodejs.yml
@@ -10,8 +10,11 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
+ include:
14
+ # @actions/setup-node does not support Node.js v14 for macOS
15
+ - node: 14
16
+ os: ubuntu-latest
17
node:
- - 14
18
- 16.0.0
19
- 16
20
- 18.0.0
@@ -21,6 +24,7 @@ jobs:
21
24
- 22.6
22
25
os:
23
26
- ubuntu-latest
27
+ - macOS-latest
28
steps:
29
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30
- name: Use Node.js ${{ matrix.node }}
0 commit comments