Skip to content

Bump eslint from 9.39.2 to 10.0.2 #557

Bump eslint from 9.39.2 to 10.0.2

Bump eslint from 9.39.2 to 10.0.2 #557

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