Skip to content

chore(deps): update dependency drupal/layout_paragraphs to v2 #418

chore(deps): update dependency drupal/layout_paragraphs to v2

chore(deps): update dependency drupal/layout_paragraphs to v2 #418

Workflow file for this run

name: CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test --reporters=jest-junit --runInBand
- name: Codecov
uses: codecov/codecov-action@v3.1.4