Skip to content

bump to v2.0.0

bump to v2.0.0 #5

Workflow file for this run

name: Main CI Workflow
on: push
jobs:
build-test-eslint-node-18:
name: Build, Test & Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: "18.16.0"
- run: yarn install
- run: yarn build
- run: yarn test
- run: yarn eslint