build(ci): use python 3.14 and node 24

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang
2025-12-23 12:58:36 +05:30
parent e98d8bf638
commit 352c585208
6 changed files with 19 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.14'
- name: Check for valid Python & Merge Conflicts
run: |
@@ -65,7 +65,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24
check-latest: true
- name: Add to Hosts