Skip to content

Commit 7885031

Browse files
committed
upgrade java version within github action
1 parent af1ad55 commit 7885031

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
node-version: ${{ matrix.node-version }}
5757
cache: 'npm'
58+
- uses: actions/setup-java@v1
59+
with:
60+
java-version: 11
5861
- run: npm install
5962
- run: npm run build:bundle --if-present
6063
- run: npm install

0 commit comments

Comments
 (0)