Skip to content

Commit e095aa0

Browse files
authored
Update demo-ci.yml
Bump python and node versions in CI
1 parent 9901c4a commit e095aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.10"]
17-
node-version: [16.x]
16+
python-version: ["3.13"]
17+
node-version: [22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)