Skip to content

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.32.0 to 8.19.0 #982

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.32.0 to 8.19.0

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.32.0 to 8.19.0 #982

Workflow file for this run

name: Gatsby build
on: [pull_request]
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Gatsby Build
run: npm run build-ci