Skip to content

Bump @fontsource/open-sans from 5.0.3 to 5.0.4 #14

Bump @fontsource/open-sans from 5.0.3 to 5.0.4

Bump @fontsource/open-sans from 5.0.3 to 5.0.4 #14

name: Dependabot Test Build CI
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
pull-requests: write
issues: write
repository-projects: write
jobs:
Dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: |
npm i -g yarn
yarn install --frozen-lockfile
- name: Build Production
run: |
yarn check
yarn build