Skip to content

chore(deps): Bump @algolia/client-search from 4.23.3 to 5.12.0 #241

chore(deps): Bump @algolia/client-search from 4.23.3 to 5.12.0

chore(deps): Bump @algolia/client-search from 4.23.3 to 5.12.0 #241

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Test build website
run: yarn build