Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-11-08 16:05:44 +03:00
parent 3f30c90de3
commit 6338e96ffe

View file

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