Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-js from 1.8.1 to 1.9.0 #12

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-js from 1.8.1 to 1.9.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-js from 1.8.1 to 1.9.0 #12

Workflow file for this run

name: Build
on:
pull_request:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/setup-java@v4.3.0
with:
java-version: 8
distribution: "adopt"
- name: Checkout Repository
uses: actions/checkout@v4.1.7
- name: Compile with Gradle
run: gradle kotlinUpgradeYarnLock build
- name: Setup Pages
uses: actions/configure-pages@v5.0.0
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.13
with:
source: ./build/dist/js/productionExecutable
destination: ./_site