Skip to content

chore(master): release 0.3.1 #300

chore(master): release 0.3.1

chore(master): release 0.3.1 #300

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3