Skip to content

Bump karma from 6.4.3 to 6.4.4 #69

Bump karma from 6.4.3 to 6.4.4

Bump karma from 6.4.3 to 6.4.4 #69

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test