Skip to content

chore(deps): bump @astrojs/starlight from 0.32.5 to 0.32.6 (#1171) #2469

chore(deps): bump @astrojs/starlight from 0.32.5 to 0.32.6 (#1171)

chore(deps): bump @astrojs/starlight from 0.32.5 to 0.32.6 (#1171) #2469

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test