diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index ac1446a9..7653a84d 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -24,6 +24,9 @@ jobs: - name: Update dependencies run: npm run update-deps + - name: Install dependencies + run: npm ci + - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: