Skip to content

chore(deps): bump next from 12.1.0 to 13.5.1 #420

chore(deps): bump next from 12.1.0 to 13.5.1

chore(deps): bump next from 12.1.0 to 13.5.1 #420

Workflow file for this run

on: ["push", "pull_request"]
name: Test coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 17
- run: npm ci
- run: npm run test
- uses: codecov/codecov-action@v2
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)