Skip to content

fix: provide helpful messages for v4 migration #286

fix: provide helpful messages for v4 migration

fix: provide helpful messages for v4 migration #286

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
lint-check-types: false
disable-test-package: true
upload-coverage: false
node-version-matrix: '[24]'
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24.x'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build