Thanks to visit codestin.com Credit goes to github.com
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 cb30a53 commit a4e1da6Copy full SHA for a4e1da6
.github/workflows/tests.yml
@@ -95,17 +95,17 @@ jobs:
95
matrix:
96
os: [windows-latest, macos-latest, ubuntu-latest]
97
python: ["3.9", "3.11", "3.13"]
98
- node: [18.x, 20.x, 22.x, 23.x]
+ node: [20.x, 22.x, 24.x]
99
include:
100
- os: macos-13
101
python: "3.13"
102
- node: 23.x
+ node: 24.x
103
- os: ubuntu-24.04-arm
104
105
106
- os: windows-2025
107
108
109
name: ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
110
runs-on: ${{ matrix.os }}
111
env:
0 commit comments