Skip to content

fix for from of to in #114

fix for from of to in

fix for from of to in #114

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
#- run: yarn install --frozen-lockfile
- run: cp .env.example .env && yarn global add http-server && yarn test