Skip to content

Commit 116992f

Browse files
committed
Test runner: update node version and add back ubuntu-latest
1 parent 60bd5bc commit 116992f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [ macos-latest, windows-latest ]
16-
node-version: [ '12.x', '14.x', '15.x' ]
15+
os: [ ubuntu-latest, macos-latest, windows-latest ]
16+
node-version: [ '14.x', '16.x' ]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)