Skip to content

build(deps): bump gatsby from 3.14.6 to 4.25.7 #285

build(deps): bump gatsby from 3.14.6 to 4.25.7

build(deps): bump gatsby from 3.14.6 to 4.25.7 #285

Workflow file for this run

name: Pr Checker
on:
pull_request:
branches:
- master
jobs:
check-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
id: node_version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ steps.node_version.outputs.NODE_VERSION }}
- run: yarn install --frozen-lockfile
- run: yarn ts-check
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
id: node_version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ steps.node_version.outputs.NODE_VERSION }}
- run: yarn install --frozen-lockfile
- run: yarn lint