Skip to content

Merge pull request #287 from Power-Maverick/copilot/fix-connection-ti… #274

Merge pull request #287 from Power-Maverick/copilot/fix-connection-ti…

Merge pull request #287 from Power-Maverick/copilot/fix-connection-ti… #274

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Run Build
run: |
npm install
npm ci
npm run compile