Skip to content

fix(build): fix npm build because of old node-sass & webpack #94

fix(build): fix npm build because of old node-sass & webpack

fix(build): fix npm build because of old node-sass & webpack #94

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
# - run: npm install
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: "http://localhost:3000"