mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +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/run-indinvidual-tests.yml
vendored
4
.github/workflows/run-indinvidual-tests.yml
vendored
@@ -77,12 +77,12 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.14'
|
||||
|
||||
- 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