Skip to content

chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 (#189) #672

chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 (#189)

chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 (#189) #672

Workflow file for this run

name: Test Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- shell: bash
run: |
pnpm install --no-frozen-lockfile
pnpm test