Skip to content

Bump the npm-dependencies group across 1 directory with 9 updates #18

Bump the npm-dependencies group across 1 directory with 9 updates

Bump the npm-dependencies group across 1 directory with 9 updates #18

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
unit-tests:
strategy:
matrix:
os: ['ubuntu-latest']
node_version: [lts/*]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run build
#- run: pnpm run test