Fix CI npm install and avoid duplicate validate workflow on push.

Add legacy-peer-deps via .npmrc for npm ci on Actions and run Validate on PRs only; main pushes use deploy workflow_call.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
defiQUG
2026-06-15 19:32:32 -07:00
co-authored by Cursor
parent d00ab4cbaf
commit d5a8a263cb
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -1,14 +1,12 @@
name: Validate
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
concurrency:
group: validate-${{ github.ref }}
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
+1
View File
@@ -0,0 +1 @@
legacy-peer-deps=true