Skip to content

Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2 #291

Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2

Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2 #291

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run build