Skip to content

chore(deps): bump node-fetch and pwa-asset-generator #794

chore(deps): bump node-fetch and pwa-asset-generator

chore(deps): bump node-fetch and pwa-asset-generator #794

Workflow file for this run

name: Test
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Node.js, NPM
uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- name: npm run install
run: npm ci --legacy-peer-deps
- name: npm run build
run: npm run build
- name: npm test
run: npm test
# @hack: fix later
# - name: Cypress run
# uses: cypress-io/github-action@v2
# with:
# start: npm start
# install-command: npm ci --legacy-peer-deps
# wait-on: "http://localhost:3000"