We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848f4bc commit e81facfCopy full SHA for e81facf
.github/workflows/tests.yaml
@@ -13,8 +13,8 @@ jobs:
13
name: "Linux Tests"
14
strategy:
15
matrix:
16
- container: ["centos:7", "ubuntu:18.04"]
17
- node: [12, 14]
+ container: ["ubuntu:18.04"]
+ node: [16, 18]
18
runs-on: ubuntu-latest
19
container:
20
image: ${{ matrix.container }}
@@ -47,7 +47,7 @@ jobs:
47
name: "MacOS Tests"
48
49
50
51
runs-on: macOS-latest
52
steps:
53
- uses: actions/checkout@v2
@@ -67,7 +67,7 @@ jobs:
67
name: "Windows Tests"
68
69
70
71
runs-on: windows-latest
72
73
0 commit comments