Skip to content

Commit b82a898

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)