Skip to content

Commit 3383476

Browse files
committed
chore: legacy peers until nx supports ng 21
1 parent 7acad60 commit 3383476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
node-version: lts/*
2626
- uses: nrwl/nx-set-shas@v3
2727
- name: npm install
28-
run: npm install
28+
run: npm install --legacy-peer-deps
2929
- name: Build.all affected
3030
run: npx nx affected --target=build --exclude nativescript-demo-ng

0 commit comments

Comments
 (0)