Skip to content

Commit 04d6aac

Browse files
authored
chore(ci): drop node@18 from ci
1 parent 6e55466 commit 04d6aac

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
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
node: [18, 20]
23+
node: [20, 22]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)