Skip to content

Merge pull request #59 from BBboy01/fix/btoa-boundary #24

Merge pull request #59 from BBboy01/fix/btoa-boundary

Merge pull request #59 from BBboy01/fix/btoa-boundary #24

Workflow file for this run

name: Lint and test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: make setup
- run: make lint
- run: make test