Skip to content

build(deps): Bump eslint from 8.54.0 to 9.9.1 #1201

build(deps): Bump eslint from 8.54.0 to 9.9.1

build(deps): Bump eslint from 8.54.0 to 9.9.1 #1201

Workflow file for this run

name: Test build Docusaurus source
on: [push]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn
run: npm install yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Docusaurus from source
run: yarn build