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

@@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.14
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.14'
cache: pip
- name: Install and Run Pre-commit
@@ -29,10 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.14
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.14'
cache: pip
- name: Download Semgrep rules