Skip to content

Commit 68e64f2

Browse files
authored
install packages (github#23013)
1 parent 61f2f6d commit 68e64f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/autoupdate-branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
node-version: 16.13.x
4040
cache: npm
4141

42+
- name: Install dependencies
43+
run: npm ci
44+
4245
- name: Update next PR in queue
4346
env:
4447
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}

0 commit comments

Comments
 (0)