Skip to content

fixed PR#409 Bump sharp, gatsby, gatsby-plugin-image, gatsby-plugin-manifest, gatsby-plugin-mdx, gatsby-plugin-sharp, gatsby-remark-images and gatsby-transformer-sharp #1423

fixed PR#409 Bump sharp, gatsby, gatsby-plugin-image, gatsby-plugin-manifest, gatsby-plugin-mdx, gatsby-plugin-sharp, gatsby-remark-images and gatsby-transformer-sharp

fixed PR#409 Bump sharp, gatsby, gatsby-plugin-image, gatsby-plugin-manifest, gatsby-plugin-mdx, gatsby-plugin-sharp, gatsby-remark-images and gatsby-transformer-sharp #1423

Workflow file for this run

name: Build checks
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Retrieve required node version
run: |
echo "engine_node_version=$(jq -r '.engines.node' package.json)" >> $GITHUB_ENV
- uses: actions/setup-node@v2
with:
node-version: ${{ env.engine_node_version }}
- run: npm ci --legacy-peer-deps
- run: npm run lint --legacy-peer-deps