Skip to content

chore(main): release 4.3.1 (#79) #150

chore(main): release 4.3.1 (#79)

chore(main): release 4.3.1 (#79) #150

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: ['**']
jobs:
verify_files:
name: Verify Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build # check that build works