mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
* ci: use node action instead of apt (#27220) (cherry picked from commite5e00700e5) * ci: keep python version 3.6 for v13 * ci: use node v12 Co-authored-by: Ankush Menat <ankush@iwebnotes.com> (cherry picked from commitdc948cab3e)
This commit is contained in:
6
.github/workflows/patch.yml
vendored
6
.github/workflows/patch.yml
vendored
@@ -32,6 +32,12 @@ jobs:
|
||||
with:
|
||||
python-version: 3.6
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
check-latest: true
|
||||
|
||||
- name: Add to Hosts
|
||||
run: echo "127.0.0.1 test_site" | sudo tee -a /etc/hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user