Skip to content

fix: gtag script error (#838) #475

fix: gtag script error (#838)

fix: gtag script error (#838) #475

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
- run: yarn --ignore-engines --frozen-lockfile --silent
- run: yarn build
- run: yarn run test:coverage
env:
CI: true
PROGRESS: none
NODE_ENV: test
NODE_OPTIONS: --max_old_space_size=4096
- run: bash <(curl -s https://codecov.io/bash)