Skip to content

Commit e81facf

Browse files
Update tests to node 16 and 18
1 parent 848f4bc commit e81facf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: "Linux Tests"
1414
strategy:
1515
matrix:
16-
container: ["centos:7", "ubuntu:18.04"]
17-
node: [12, 14]
16+
container: ["ubuntu:18.04"]
17+
node: [16, 18]
1818
runs-on: ubuntu-latest
1919
container:
2020
image: ${{ matrix.container }}
@@ -47,7 +47,7 @@ jobs:
4747
name: "MacOS Tests"
4848
strategy:
4949
matrix:
50-
node: [12, 14]
50+
node: [16, 18]
5151
runs-on: macOS-latest
5252
steps:
5353
- uses: actions/checkout@v2
@@ -67,7 +67,7 @@ jobs:
6767
name: "Windows Tests"
6868
strategy:
6969
matrix:
70-
node: [12, 14]
70+
node: [16, 18]
7171
runs-on: windows-latest
7272
steps:
7373
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)