Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Nov 12, 2024
1 parent 48c39f6 commit 7899426
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 11
distribution: adopt

- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: 20

- name: Set up chrome
uses: browser-actions/setup-chrome@v1
with:
Expand Down

0 comments on commit 7899426

Please sign in to comment.