Skip to content

chore: v3.0.3

chore: v3.0.3 #113

Workflow file for this run

name: build
on: ["push", "pull_request"]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20'
- name: npm install
run: |
npm install
- name: build
run: |
npm run build
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}