Skip to content

Commit

Permalink
chore(ci): migrated to official Sonatype Lifecycle GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Aug 29, 2024
1 parent ad3ab71 commit 4bd0757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

- name: Install Node.js dependencies
run:
'[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci ||
true'
'[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm install
--production || true'

- name: Sonatype Lifecycle Evaluation
id: evaluate
Expand Down

0 comments on commit 4bd0757

Please sign in to comment.