Skip to content

Commit

Permalink
revert: Setting node
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 14, 2024
1 parent bab9504 commit fcb65af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ 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: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ 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 fcb65af

Please sign in to comment.