Skip to content

Commit 6158243

Browse files
committed
Make Node.js 20 minimum supported version
1 parent 1908ca0 commit 6158243

File tree

38 files changed

+94
-100
lines changed

38 files changed

+94
-100
lines changed

.github/workflows/CI.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
# node: [14, 16, 18, 20, 22]
1615
node: [20, 22]
1716
steps:
1817
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)