Skip to content

Merge pull request #464 from MissAllSunday/dependabot/npm_and_yarn/na… #35

Merge pull request #464 from MissAllSunday/dependabot/npm_and_yarn/na…

Merge pull request #464 from MissAllSunday/dependabot/npm_and_yarn/na… #35

Workflow file for this run

name: Build and Test Breeze UI components
on: [push, pull_request]
jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, build and test
run: |
npm ci
npm run build --if-present
npm test