Skip to content

fix: console.error in renderErrorPage #1097

fix: console.error in renderErrorPage

fix: console.error in renderErrorPage #1097

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: Install
uses: pnpm/action-setup@v1.2.1
with:
version: 5
run_install: |
args: [--frozen-lockfile]
- name: Test
run: yarn test