Skip to content

1200 loops found in 369 seconds, netting 15.5% #212

1200 loops found in 369 seconds, netting 15.5%

1200 loops found in 369 seconds, netting 15.5% #212

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true