Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /src/web/app/themes/twentytwentyone #11

Bump js-yaml from 4.1.0 to 4.1.1 in /src/web/app/themes/twentytwentyone

Bump js-yaml from 4.1.0 to 4.1.1 in /src/web/app/themes/twentytwentyone #11

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Run composer install
working-directory: src
run: |
composer install --prefer-dist