Skip to content

Commit 773a20a

Browse files
authored
chore(ci): Update Node.js version to 24.x in tests.yml
1 parent b406532 commit 773a20a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ jobs:
9494
matrix:
9595
os: [windows-latest, macos-latest, ubuntu-latest]
9696
python: ["3.9", "3.11", "3.13"]
97-
node: [18.x, 20.x, 22.x, 23.x]
97+
node: [18.x, 20.x, 22.x, 24.x]
9898
include:
9999
- os: macos-13
100100
python: "3.13"
101-
node: 23.x
101+
node: 24.x
102102
- os: ubuntu-24.04-arm
103103
python: "3.13"
104-
node: 23.x
104+
node: 24.x
105105
- os: windows-2025
106106
python: "3.13"
107-
node: 23.x
107+
node: 24.x
108108
name: ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
109109
runs-on: ${{ matrix.os }}
110110
env:

0 commit comments

Comments
 (0)