Skip to content

Bump @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0 #1493

Bump @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0

Bump @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0 #1493

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ master ]
jobs:
linter:
name: "Check on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: |
npm install
npm run lint
- name: Build
run: npm run build