Skip to content

chore: add ol 9 in peerDependencies #11

chore: add ol 9 in peerDependencies

chore: add ol 9 in peerDependencies #11

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: npm
- run: npm ci
- run: npm test