Skip to content

build(deps): bump @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.1 #465

build(deps): bump @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.1

build(deps): bump @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.1 #465

Workflow file for this run

name: Build and Test Node.js
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
automerge:
needs: [build]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.11.0