Skip to content

refactor: move to v6 #56

refactor: move to v6

refactor: move to v6 #56

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Run tests
run: npm run test