Skip to content

Polish public README #8

Polish public README

Polish public README #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.19.4', '22.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run check
- run: npm test
- run: npm run smoke
- run: npm run portable:smoke
- run: npm pack --dry-run --json