Merge branch 'main' into salmanmkc/node24

This commit is contained in:
Salman Muin Kayser Chishti
2025-08-08 03:54:30 +01:00
5 changed files with 35 additions and 24 deletions
+3 -1
View File
@@ -39,9 +39,11 @@ jobs:
- name: Install root npm packages
run: npm ci
# We need to install only runtime dependencies (omit dev dependencies) to verify that what we're shipping is all
# that is needed
- name: Compile cache package
run: |
npm ci
npm ci --omit=dev
npm run tsc
working-directory: packages/cache