Skip to content

Commit 3ef9cc4

Browse files
authored
Merge pull request #159 from scalprum/lockfile
chore: disable legacy peer deps option for release action
2 parents 640914c + 062920a commit 3ef9cc4

File tree

2 files changed

+1552
-313
lines changed

2 files changed

+1552
-313
lines changed

.github/actions/release/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ runs:
4343
GH_TOKEN: ${{ inputs.gh_token }}
4444
GITHUB_TOKEN: ${{ inputs.gh_token }}
4545
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
46+
# force NX to not use legacy peer deps handling
47+
npm_config_legacy_peer_deps: false
4648
run: |
4749
npx nx release version
4850
npx nx run-many --target=build --all --parallel --maxParallel=4 --skipNxCache

0 commit comments

Comments
 (0)