ci: Install script dependencies before detecting new packages (#28112)

This commit is contained in:
Matsu
2026-04-07 15:56:28 +03:00
committed by GitHub
parent 4a3fc7d27c
commit b646105028

View File

@@ -58,6 +58,9 @@ jobs:
N8N_FAIL_ON_POPULARITY_FETCH_ERROR: true
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Install script dependencies
run: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
- name: Check for new unpublished packages
run: node .github/scripts/detect-new-packages.mjs