Skip to content

build(deps): bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 #1220

build(deps): bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2

build(deps): bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 #1220

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: '18'
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4