Skip to content

build(deps): bump gatsby-plugin-sharp from 3.14.3 to 5.12.3 #279

build(deps): bump gatsby-plugin-sharp from 3.14.3 to 5.12.3

build(deps): bump gatsby-plugin-sharp from 3.14.3 to 5.12.3 #279

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