Skip to content

Commit

Permalink
ci: update workflows to node-version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar authored Jan 17, 2024
1 parent 1689c93 commit 733815d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.sha }} --verbose
security:
name: Security validation
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Check current status before next release
run: ./ci/release/dry_run.sh
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Download isthmus-ubuntu-latest binary
Expand Down

0 comments on commit 733815d

Please sign in to comment.