Skip to content

update dependencies, including switching to abstract-level for storage #4

update dependencies, including switching to abstract-level for storage

update dependencies, including switching to abstract-level for storage #4

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
node:
- lts/*
- current
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test