Skip to content

Update unnamed_infant.js #1950

Update unnamed_infant.js

Update unnamed_infant.js #1950

Workflow file for this run

name: "Build and test"
on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
test:
name: "Build and test"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test