Skip to content

Bump flatted from 3.3.3 to 3.4.2 #548

Bump flatted from 3.3.3 to 3.4.2

Bump flatted from 3.3.3 to 3.4.2 #548

Workflow file for this run

name: Build application
on:
push:
branches: [main]
tags:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: '24'
- name: NPM install
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: npm install
- name: NPM run build
run: npm run build