Skip to content

Commit 6b1659b

Browse files
authored
chore: drop Node 18 tests in CI release workflow (#3711)
Drops Node 18 CI tests from the `release.yml` workflow. Related to #3679
1 parent ab34886 commit 6b1659b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
# We don't test on Windows as the tests are flaky
3939
os: [ ubuntu-22.04 ]
40-
node-version: [ 18, 20, 22, 24 ]
40+
node-version: [ 20, 22, 24 ]
4141

4242
runs-on: ${{ matrix.os }}
4343

0 commit comments

Comments
 (0)