From 68e64f2a4299b0532313e1dad28491301753bd81 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Fri, 19 Nov 2021 11:11:28 -0800 Subject: [PATCH] install packages (#23013) --- .github/workflows/autoupdate-branch.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 6b7fdb3ba6..1dc89b56ca 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -39,6 +39,9 @@ jobs: node-version: 16.13.x cache: npm + - name: Install dependencies + run: npm ci + - name: Update next PR in queue env: GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}