Skip to content

Commit

Permalink
remove useless corepack and node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Janin-Michel-Mathias committed Jan 30, 2024
1 parent 585ba06 commit e5e95d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Setup corepack
run: corepack enable
- uses: jahia/jahia-modules-action/build-npm@BACKLOG-21836
with:
nexus_username: ${{ secrets.NEXUS_USERNAME }}
Expand Down

0 comments on commit e5e95d2

Please sign in to comment.