mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 15:45:01 +00:00
ci: use node action instead of apt (#27220)
This commit is contained in:
8
.github/workflows/patch.yml
vendored
8
.github/workflows/patch.yml
vendored
@@ -31,7 +31,13 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.6
|
||||
python-version: 3.7
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
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