Skip to content

Bump semver from 7.7.4 to 7.8.0 #36

Bump semver from 7.7.4 to 7.8.0

Bump semver from 7.7.4 to 7.8.0 #36

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
- run: npm ci
- run: npm test
- run: npx tsc --noEmit