Skip to content

BC-7995 Update engines spec and raise Node versions in github actions… #61

BC-7995 Update engines spec and raise Node versions in github actions…

BC-7995 Update engines spec and raise Node versions in github actions… #61

Workflow file for this run

name: Build editor
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- name: Build
run: |
npm ci
npm run build