Skip to content

fix(elements): update max node engine version constraint #332

fix(elements): update max node engine version constraint

fix(elements): update max node engine version constraint #332

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- run: npx nx run-many --target=build --all