Skip to content

Commit 6a4a8a0

Browse files
committed
fix: drop Node 18 from CI
1 parent eaebd7b commit 6a4a8a0

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: ["18", "20", "22"]
14+
node-version: ["20", "22"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)