Skip to content

build(deps): bump @contentful/f36-components from 4.56.2 to 4.69.2 #908

build(deps): bump @contentful/f36-components from 4.56.2 to 4.69.2

build(deps): bump @contentful/f36-components from 4.56.2 to 4.69.2 #908

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test --watchAll=false