From 6338e96ffe68e7c2629f3c4d73fca1d61341558d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 8 Nov 2021 16:05:44 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 0df3b11f..88989b70 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -44,6 +44,11 @@ jobs: uses: actions/checkout@v2 with: ref: bot/auto-update + - name: Setup node + uses: actions/setup-node@v2 + with: + node-version: '14' + cache: 'npm' - name: Install Dependencies run: npm install - name: Run Grabber