Skip to content

Commit 7b6640f

Browse files
committed
remove node v18 support from ci
1 parent 8c3a0fd commit 7b6640f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
node: [18, 20, 22]
18+
node: [20, 22, 24]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)