Skip to content

chore(deps): Bump http-proxy-middleware, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp #17

chore(deps): Bump http-proxy-middleware, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp

chore(deps): Bump http-proxy-middleware, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp #17

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v3
# Install proper version of node
- uses: actions/setup-node@v3
with:
node-version: '16.x'
# Install v3.7.1 of gatsby-cli
- run: npm install -g [email protected]
# Install project dependencies
- run: npm install
# Run gatsby build
- run: gatsby build
env:
GATSBY_MAP_GOOGLE_API_KEY: ${{ secrets.GATSBY_MAP_GOOGLE_API_KEY }}