Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kitoki authored Jul 17, 2024
1 parent e6b3465 commit f46f98b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.8'


- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'

- name: Set up JDK 8
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit f46f98b

Please sign in to comment.