Skip to content

Commit 7032eed

Browse files
committed
stop testing with node 12 and 14
1 parent bd4937a commit 7032eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
node: [12, 14, 16, 18]
10+
node: [16, 18, 20]
1111
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
1212

1313
name: Node ${{ matrix.node }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)