Skip to content

build(deps): bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.0 #60

build(deps): bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.0

build(deps): bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.0 #60

Workflow file for this run

name: Deploy
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: npm ci
- name: Build
run: npm run build