mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 07:35:00 +00:00
build(ci): use python 3.14 and node 24
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
4
.github/workflows/server-tests-postgres.yml
vendored
4
.github/workflows/server-tests-postgres.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user