Skip to content

Bump instantsearch.js from 4.68.0 to 4.72.2 #52

Bump instantsearch.js from 4.68.0 to 4.72.2

Bump instantsearch.js from 4.68.0 to 4.72.2 #52

Workflow file for this run

name: Tests
on:
pull_request:
push:
# trying and staging branches are for BORS config
branches:
- trying
- staging
- main
jobs:
linter_check:
runs-on: ubuntu-latest
name: linter-check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dev dependencies
run: yarn --dev
- name: Run style check
run: yarn lint && yarn prettier-check