Skip to content

Bump semver from 6.3.0 to 6.3.1 (#74) #244

Bump semver from 6.3.0 to 6.3.1 (#74)

Bump semver from 6.3.0 to 6.3.1 (#74) #244

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn dist
- run: yarn test
env:
CI: true