Skip to content

PR for v0.0.22

PR for v0.0.22 #483

Workflow file for this run

name: NPM Clean Install
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# Use both LTS releases and latest one for tests
node: [ 18, 20 ]
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Clean install and lint
run: |
npm ci
npm run lint