Skip to content

Bump gatsby from 5.13.4 to 5.13.5 #1481

Bump gatsby from 5.13.4 to 5.13.5

Bump gatsby from 5.13.4 to 5.13.5 #1481

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ master ]
jobs:
linter:
name: "Check on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: |
npm install
npm run lint
- name: Build
run: npm run build