Skip to content

Commit a4e1da6

Browse files
authored
chore(ci): Update Node.js version matrix in tests.yml (#3209)
* chore(ci): Update Node.js version to 24.x in `tests.yml` * Remove EOL Node.js 18.x
1 parent cb30a53 commit a4e1da6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ jobs:
9595
matrix:
9696
os: [windows-latest, macos-latest, ubuntu-latest]
9797
python: ["3.9", "3.11", "3.13"]
98-
node: [18.x, 20.x, 22.x, 23.x]
98+
node: [20.x, 22.x, 24.x]
9999
include:
100100
- os: macos-13
101101
python: "3.13"
102-
node: 23.x
102+
node: 24.x
103103
- os: ubuntu-24.04-arm
104104
python: "3.13"
105-
node: 23.x
105+
node: 24.x
106106
- os: windows-2025
107107
python: "3.13"
108-
node: 23.x
108+
node: 24.x
109109
name: ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
110110
runs-on: ${{ matrix.os }}
111111
env:

0 commit comments

Comments
 (0)