Skip to content

build(deps): Bump gatsby-link from 4.20.0 to 5.14.1 #1021

build(deps): Bump gatsby-link from 4.20.0 to 5.14.1

build(deps): Bump gatsby-link from 4.20.0 to 5.14.1 #1021

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run linting
run: npm run lint
- name: Run test and coverage
run: npm run test-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3