From bcc25cd5f7243b5fee884dc064e5b37ef3256754 Mon Sep 17 00:00:00 2001 From: Marc Nixon Date: Fri, 1 Sep 2023 10:06:22 -0700 Subject: [PATCH] node v16 --- .github/workflows/scrape_and_commit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scrape_and_commit.yml b/.github/workflows/scrape_and_commit.yml index 53b180a..b13e100 100644 --- a/.github/workflows/scrape_and_commit.yml +++ b/.github/workflows/scrape_and_commit.yml @@ -1,4 +1,3 @@ - name: Run Snowscraper and Commit Changes on: @@ -12,11 +11,14 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v2 + with: + node-version: '16' - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.8 + node-version: '16' - name: Install Dependencies run: |