Skip to content

Commit 4147e3a

Browse files
committed
Drop CI on 12.x and add 20.x
1 parent 5b32e88 commit 4147e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [12.x, 14.x, 16.x]
8+
node-version: [14.x, 16.x, 20.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)