Skip to content

chore(deps-dev): bump @types/office-js from 1.0.322 to 1.0.338 #1683

chore(deps-dev): bump @types/office-js from 1.0.322 to 1.0.338

chore(deps-dev): bump @types/office-js from 1.0.322 to 1.0.338 #1683

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