Skip to content

New lockfile without ol-mapbox-style circular dependency #51

New lockfile without ol-mapbox-style circular dependency

New lockfile without ol-mapbox-style circular dependency #51

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CI: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: Set Node.js Version
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build