Skip to content

Merge pull request #907 from Arnei/unify-wizardstepper #1360

Merge pull request #907 from Arnei/unify-wizardstepper

Merge pull request #907 from Arnei/unify-wizardstepper #1360

Workflow file for this run

name: Test build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: get node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: download dependencies
run: npm ci
- name: build project
run: npm run build