Skip to content

Commit 0cb82bc

Browse files
committed
chore: add Windows and macOS for test target
1 parent 4a69231 commit 0cb82bc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55

66
jobs:
77
test:
8-
name: Test (Node ${{ matrix.node }})
8+
name: Test (${{ matrix.os }} / Node ${{ matrix.node }})
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [12, 14, 16]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
13+
node: [14, 16, 18]
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v2
@@ -19,10 +20,6 @@ jobs:
1920
with:
2021
node-version: ${{ matrix.node }}
2122

22-
- uses: pnpm/action-setup@v2.1.0
23-
with:
24-
version: 6.0.2
25-
2623
- name: Install dependencies
2724
run: yarn install
2825

0 commit comments

Comments
 (0)