Skip to content

Merge pull request #273 from aryamthecodebreaker/codex/v0.8.1-pin-bui… #286

Merge pull request #273 from aryamthecodebreaker/codex/v0.8.1-pin-bui…

Merge pull request #273 from aryamthecodebreaker/codex/v0.8.1-pin-bui… #286

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run ci