ci: use node action instead of apt (#27220)

This commit is contained in:
Ankush Menat
2021-08-30 12:07:11 +05:30
committed by GitHub
parent f5cdbf161d
commit e5e00700e5
3 changed files with 14 additions and 7 deletions

View File

@@ -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