Skip to content

FIX: version bump for import issue #49

FIX: version bump for import issue

FIX: version bump for import issue #49

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test:ci