Skip to content

Commit

Permalink
Remove second instance of package version
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Sep 10, 2024
1 parent ba1e6b2 commit f8b589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/composite/setupNode/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Remove E/App version from package-lock.json
shell: bash
run: jq 'del(.version)' package-lock.json > normalized-package-lock.json
run: jq 'del(.version, .packages[""].version)' package-lock.json > normalized-package-lock.json

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f8b589a

Please sign in to comment.