Skip to content

Update dependency cmdk to v0.2.1 #2347

Update dependency cmdk to v0.2.1

Update dependency cmdk to v0.2.1 #2347

Workflow file for this run

name: Node CI
on: [push, pull_request]
env:
HMAC_SECRET: ${{ secrets.HMAC_SECRET }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, lts/*, latest]
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node-version: ${{ matrix.node-version }}
- name: Build files
run: bun run build
- name: Run linter
run: bun run lint