Skip to content

Bump zbus from 5.9.0 to 5.11.0 #9

Bump zbus from 5.9.0 to 5.11.0

Bump zbus from 5.9.0 to 5.11.0 #9

Workflow file for this run

name: Website CI
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test Docusaurus build
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v5
with:
node-version: 20
cache: pnpm
cache-dependency-path: ./website/pnpm-lock.yaml
- name: Install dependencies
run: pnpm i
working-directory: ./website
- name: Build website
run: pnpm build
working-directory: ./website