Skip to content

Commit 6c0e586

Browse files
committed
ci!: drop node 14, 16, add 20
1 parent f8cfb4c commit 6c0e586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [14, 16, 18]
20+
node: [18, 20]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)