Skip to content

Merge pull request #25 from dtolb/DT_update-functions #98

Merge pull request #25 from dtolb/DT_update-functions

Merge pull request #25 from dtolb/DT_update-functions #98

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: install dependencies
run: npm install
- name: test
run: npm test