Skip to content

Commit 5d0460b

Browse files
committed
Drop node v14 and v16
Signed-off-by: Matteo Collina <[email protected]>
1 parent ee12087 commit 5d0460b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 20]
17+
node-version: [18, 20, 22]
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
exclude:
20-
- node-version: 14
20+
- node-version: 22
2121
os: windows-latest
2222

2323
steps:

0 commit comments

Comments
 (0)