Skip to content

Commit

Permalink
chore: set node to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 14, 2024
1 parent 5e3d4ab commit bab9504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
java: "17"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21"
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Publish
run: |
COMMAND="ci-release"
Expand Down

0 comments on commit bab9504

Please sign in to comment.