Skip to content

Bump release-it from 17.6.0 to 17.10.0 #126

Bump release-it from 17.6.0 to 17.10.0

Bump release-it from 17.6.0 to 17.10.0 #126

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
if: "!startsWith(github.event.head_commit.message, 'chore')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: ./mill fullLinkJS
- run: npm run build --if-present