Skip to content

chore(deps): bump @fluentui/react from 8.108.1 to 8.110.7 #1669

chore(deps): bump @fluentui/react from 8.108.1 to 8.110.7

chore(deps): bump @fluentui/react from 8.108.1 to 8.110.7 #1669

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
- name: Validate manifest
run: yarn validate
- name: Run linter
run: yarn lint
- name: Build
run: yarn build