Skip to content

Commit 15c692c

Browse files
committed
Test on other oses
1 parent 866e898 commit 15c692c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on: [push, pull_request]
88
jobs:
99
build:
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
1212

1313
strategy:
1414
matrix:
1515
node-version: [17.x, 16.x]
16+
os: [windows-latest, ubuntu-latest, macos-latest]
1617

1718
steps:
1819
- uses: actions/checkout@v2

build-with-one-admin-pages.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)