Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scala.yml
Browse files Browse the repository at this point in the history
lupari authored Nov 16, 2023
1 parent 4fcbe44 commit f042f22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Exam
name: Build

on: [push]

@@ -27,10 +27,11 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 21
distribution: temurin
cache: sbt

- name: Set up Node 18
uses: actions/setup-node@v4

0 comments on commit f042f22

Please sign in to comment.