Skip to content

Bump fast-xml-parser from 5.5.9 to 5.7.2 #64

Bump fast-xml-parser from 5.5.9 to 5.7.2

Bump fast-xml-parser from 5.5.9 to 5.7.2 #64

Workflow file for this run

name: ESLint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn eslint . --ext .js,.mjs --config eslint.config.mjs