Skip to content

fix: revert aliases which creates incompatibilities with visualizer-helper #281

fix: revert aliases which creates incompatibilities with visualizer-helper

fix: revert aliases which creates incompatibilities with visualizer-helper #281

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