Skip to content

Bump @fortawesome/free-brands-svg-icons from 6.7.2 to 7.0.0 #1524

Bump @fortawesome/free-brands-svg-icons from 6.7.2 to 7.0.0

Bump @fortawesome/free-brands-svg-icons from 6.7.2 to 7.0.0 #1524

Workflow file for this run

name: Next.js
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build