Skip to content

Commit ba8cebd

Browse files
authored
chore: remove Node 18 (#2274)
1 parent fd5ba89 commit ba8cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [18, 20, 22]
29+
node-version: [20, 22]
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)