Skip to content

Commit 2eec5bd

Browse files
committed
chore: install open-jdk 17
1 parent 4dc1c04 commit 2eec5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands:
1717
cache-only-lockfile: true
1818
app-dir: ~/repo
1919
override-ci-command: yarn install --pure-lockfile --no-progress
20-
- run: sudo apt-get -q update && sudo apt-get -y install openjdk-8-jdk
20+
- run: sudo apt-get -q update && sudo apt-get -y install openjdk-17-jdk
2121

2222
jobs:
2323
build:

0 commit comments

Comments
 (0)