Skip to content

VERBOSE=1 node build/src/jerboaChallenge.js __tests__/fixtures/sarafu… #207

VERBOSE=1 node build/src/jerboaChallenge.js __tests__/fixtures/sarafu…

VERBOSE=1 node build/src/jerboaChallenge.js __tests__/fixtures/sarafu… #207

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