[AAE-46514] - Migrating to Pnpm to increase safety

This commit is contained in:
VitoAlbano
2026-06-04 09:26:32 +01:00
parent eab5abb507
commit f8f518a87e
22 changed files with 21200 additions and 39228 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ on:
env:
NODE_OPTIONS: "--max-old-space-size=5120"
ADF_SKIP_SECURITY_CHECK: 1
jobs:
build:
@@ -31,7 +30,7 @@ jobs:
full-setup: 'false'
- name: Install dependencies
if: ${{ steps.setup-env.outputs.node-modules-cache-hit != 'true' }}
run: npm ci
run: pnpm install --frozen-lockfile
- name: Build affected libs
env:
BASE_REF: ${{ inputs.base_ref }}