Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

added simpleStorage #64

added simpleStorage

added simpleStorage #64

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.16.0'
- run: npm install
- run: npm test