Skip to content

update gisce/ooui to v2.10.1 #107

update gisce/ooui to v2.10.1

update gisce/ooui to v2.10.1 #107

Workflow file for this run

name: Build Check on PR
on:
pull_request:
branches:
- v2
- v2-develop
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.5.0'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build