Skip to content

Commit b4c4b6a

Browse files
authored
node.js.yml
1 parent a06a6d1 commit b4c4b6a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/node.js.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ on:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
16-
14+
1715
strategy:
1816
matrix:
19-
node-version: [18.x, 20.x, 22.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21-
17+
os: [ubuntu-latest, windows-latest, macos-latest]
18+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
19+
20+
runs-on: ${{ matrix.os }}
2221
steps:
2322
- uses: actions/checkout@v4
2423
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)