Skip to content

Commit

Permalink
Merge pull request #456 from modelix/bugfix/semantic-release
Browse files Browse the repository at this point in the history
ci: bump node version in release workflow
  • Loading branch information
languitar authored Jan 25, 2024
2 parents 79e4498 + 4dd08a3 commit bbee487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cache Node packages
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cache Node packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit bbee487

Please sign in to comment.