Skip to content

chore(deps): bump contentful-management from 11.67.2 to 11.68.0 #2965

chore(deps): bump contentful-management from 11.67.2 to 11.68.0

chore(deps): bump contentful-management from 11.67.2 to 11.68.0 #2965

Workflow file for this run

name: CI
on: push
jobs:
build:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
uses: bahmutov/npm-install@v1
- run: yarn lint:prettier --check
- run: yarn lint
- run: yarn build
- run: yarn test