Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 7.8.0 #385

Bump @typescript-eslint/parser from 6.21.0 to 7.8.0

Bump @typescript-eslint/parser from 6.21.0 to 7.8.0 #385

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@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: NPM install
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: npm install
- name: NPM run build
run: npm run build