There was an error while loading. Please reload this page.
1 parent 0038345 commit 128378dCopy full SHA for 128378d
.github/workflows/unit.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node-version: [10.x, 12.x, 14.x]
+ node-version: [10, 12, 14, 16]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments