Skip to content

Commit b50e2bd

Browse files
committed
test: Actually update the matrix for the CI build too
1 parent 4f4ccad commit b50e2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
name: Build
3838
strategy:
3939
matrix:
40-
os: [ubuntu-latest, macOS-latest, windows-latest]
41-
node-version: [12.x]
40+
os: [ubuntu-latest, macos-12, windows-latest]
41+
node-version: [12.x, 20.x]
4242
runs-on: ${{ matrix.os }}
4343
steps:
4444
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)