Skip to content

Fix function clash for non-storage arguments #142

Fix function clash for non-storage arguments

Fix function clash for non-storage arguments #142

Workflow file for this run

name: Build and Test
on:
push:
branches: [master]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: npm install and build
run: npm ci
- name: test
run: npm test