Skip to content

Bump nopt from 8.0.0 to 8.1.0 in the packages group #175

Bump nopt from 8.0.0 to 8.1.0 in the packages group

Bump nopt from 8.0.0 to 8.1.0 in the packages group #175

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4.1.0
with:
node-version: 22.x
check-latest: true
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: |
- recursive: false
args: [--no-frozen-lockfile]
- uses: oven-sh/setup-bun@v2
- name: lint
env:
CI: true
run: bun run lint
- name: build
env:
CI: true
run: bun run --bun build