Skip to content

feat(accessibility): ARIA attributes, responsive modes, keyboard support, list normalisation #1432

feat(accessibility): ARIA attributes, responsive modes, keyboard support, list normalisation

feat(accessibility): ARIA attributes, responsive modes, keyboard support, list normalisation #1432

Workflow file for this run

name: Mjml CI
on: [push, pull_request]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run linting & tests
run: |
yarn install
yarn build
yarn lint
yarn test
browser-smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build browser bundle + smoke test
run: |
yarn install
yarn build
yarn build-browser