Skip to content

Refactor: Bring everything up to speed with new deps and node 18 #233

Refactor: Bring everything up to speed with new deps and node 18

Refactor: Bring everything up to speed with new deps and node 18 #233

Workflow file for this run

name: "Build and test code"
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run build
npm run test