node v16
This commit is contained in:
parent
b78b0ddc0a
commit
bcc25cd5f7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/scrape_and_commit.yml
vendored
4
.github/workflows/scrape_and_commit.yml
vendored
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
name: Run Snowscraper and Commit Changes
|
name: Run Snowscraper and Commit Changes
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -12,11 +11,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
node-version: '16'
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue