We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests.yml
1 parent b406532 commit 773a20aCopy full SHA for 773a20a
1 file changed
.github/workflows/tests.yml
@@ -94,17 +94,17 @@ jobs:
94
matrix:
95
os: [windows-latest, macos-latest, ubuntu-latest]
96
python: ["3.9", "3.11", "3.13"]
97
- node: [18.x, 20.x, 22.x, 23.x]
+ node: [18.x, 20.x, 22.x, 24.x]
98
include:
99
- os: macos-13
100
python: "3.13"
101
- node: 23.x
+ node: 24.x
102
- os: ubuntu-24.04-arm
103
104
105
- os: windows-2025
106
107
108
name: ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
109
runs-on: ${{ matrix.os }}
110
env:
0 commit comments