Skip to content

updating engine version #16

updating engine version

updating engine version #16

Workflow file for this run

name: Continuous Integration App
on: push
jobs:
Setup:
uses: ./.github/workflows/setupNode.yml
Analyze:
needs: Setup
uses: ./.github/workflows/analyzeCode.yml
Build:
needs: [Setup, Analyze]
uses: ./.github/workflows/buildCode.yml