Skip to content

Commit 4e326ab

Browse files
Update tests to node 16 and 18
1 parent b3e48bd commit 4e326ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
container: ["centos:7", "ubuntu:18.04"]
17-
node: [12, 14]
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)