Skip to content

Update sbt-scalajs, scalajs-library_2.13, ... to 1.20.1 #507

Update sbt-scalajs, scalajs-library_2.13, ... to 1.20.1

Update sbt-scalajs, scalajs-library_2.13, ... to 1.20.1 #507

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v11
with:
java-version: adopt@1.11
- uses: actions/setup-node@v2
with:
node-version: '17'
- name: Roguelike-StarterKit Compile & Test
run: sbt clean compile test