Skip to content

Commit 3000901

Browse files
committed
ci: drop node 18 from ci matrix
1 parent 76dc9a2 commit 3000901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node: [18, 20, 22]
18-
os: [ubuntu-latest, windows-latest, macOS-latest]
17+
node: [20, 22]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)