Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Dec 11, 2024
1 parent a61feb5 commit f33a474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm i @kie/build-chain-configuration-reader@${{ github.event.client_payload.version }}
- run: npm version patch --no-git-tag-version
- name: Create Pull Request
Expand Down

0 comments on commit f33a474

Please sign in to comment.