From 8fb5937834e07bbe15322334cea793ea13fff49e Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 25 Feb 2026 13:28:16 +0100 Subject: [PATCH] Add missing install step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a764c12154..38755f26c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,9 @@ jobs: run: | set -u; ./scripts/github/build/bumpversion.sh + - name: install dependencies + run: | + npm install - name: build libraries run: | npx nx run-many -t build --prod --skip-nx-cache