Skip to content

Bump dependencies.

Bump dependencies. #82

name: Build and Tests
on:
- push
- pull_request
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install
- run: yarn build
- run: yarn test
- name: coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}