Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Bump the npm group with 12 updates #14

Bump the npm group with 12 updates

Bump the npm group with 12 updates #14

Workflow file for this run

name: CI
on:
push:
branches:
- "**" # matches every branch
- "!main" # excludes master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v4
with:
node-version: 16.x
cache: "pnpm"
- run: pnpm install --no-frozen-lockfile
- run: pnpm run ci
- run: pnpm run docs