Skip to content

Allow ol 8 in peerDependencies #9

Allow ol 8 in peerDependencies

Allow ol 8 in peerDependencies #9

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