We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9901c4a commit e095aa0Copy full SHA for e095aa0
1 file changed
.github/workflows/demo-ci.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.10"]
17
- node-version: [16.x]
+ python-version: ["3.13"]
+ node-version: [22.x]
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments