Skip to content

Commit 6070107

Browse files
committed
upgrade java version within github action
1 parent 30d154b commit 6070107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache: 'npm'
5858
- uses: actions/setup-java@v1
5959
with:
60-
java-version: 14
60+
java-version: 21
6161
- run: npm install
6262
- run: npm run build:bundle --if-present
6363
- run: npm install

0 commit comments

Comments
 (0)