Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13 #3

Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13

Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13 #3

Workflow file for this run

name: Build Electron
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Packages
working-directory: ./launcher
run: npm ci
- name: Build Launcher
working-directory: ./launcher
run: npm run start
- name: Capture Build Artifacts
uses: actions/upload-artifact@v3
with:
name: Launcher Artifacts
path: launcher/out/make/