Skip to content

chore(deps): update npm dependencies #32

chore(deps): update npm dependencies

chore(deps): update npm dependencies #32

Workflow file for this run

name: CI
on:
push:
branches-ignore: [main]
paths-ignore:
- 'publication/**'
- 'legacy/**'
- '**/*.md'
- 'renovate.json'
pull_request:
branches: [main]
paths-ignore:
- 'publication/**'
- 'legacy/**'
- '**/*.md'
- 'renovate.json'
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v6
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test
- name: Build
run: pnpm build