Skip to content

Commit 38dd116

Browse files
committed
chore: remove node 18 from ci matrix
1 parent bec1985 commit 38dd116

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
@@ -1,12 +1,12 @@
11
name: ci
22

3-
on: { push: { branches: [main] }, pull_request: { branches: [v1] } }
3+
on: { push: { branches: [v1] }, pull_request: { branches: [v1] } }
44

55
jobs:
66
ci:
77
runs-on: ubuntu-latest
88
strategy:
9-
matrix: { node: [18, 20, 22, 24] }
9+
matrix: { node: [20, 22, 24] }
1010
steps:
1111
- uses: actions/checkout@v5
1212
- run: corepack enable

0 commit comments

Comments
 (0)