Skip to content

ci: tweak ci workflow #64

ci: tweak ci workflow

ci: tweak ci workflow #64

Workflow file for this run

name: 'ci'
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@6
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci --ignore scripts
- run: npm test