Skip to content

Commit fcb65af

Browse files
committed
revert: Setting node
1 parent bab9504 commit fcb65af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ jobs:
133133
java: "17"
134134
steps:
135135
- uses: actions/checkout@v4
136-
- uses: actions/setup-node@v4
137-
with:
138-
node-version: "21"
139136
- uses: actions/setup-java@v4
140137
with:
141138
distribution: 'temurin'

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
distribution: 'temurin'
1818
java-version: 17
1919
cache: 'sbt'
20-
- uses: actions/setup-node@v4
21-
with:
22-
node-version: "16"
2320
- name: Publish
2421
run: |
2522
COMMAND="ci-release"

0 commit comments

Comments
 (0)