Skip to content

FIX: media range rule #73

FIX: media range rule

FIX: media range rule #73

Workflow file for this run

# This workflow will run tests using node
name: Test
on:
push:
branches: ["main"]
pull_request:
branches: [opened, synchronize, reopened, edited]
env:
NODE: 16
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
- run: npm ci
- run: npm test