Skip to content

Bump jspdf from 2.5.2 to 4.0.0 in /mapBuilder/www/js #175

Bump jspdf from 2.5.2 to 4.0.0 in /mapBuilder/www/js

Bump jspdf from 2.5.2 to 4.0.0 in /mapBuilder/www/js #175

Workflow file for this run

name: ESLint 🔍
on:
push:
pull_request:
jobs:
eslint:
name: "ESLint 🇯‌🇸‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint-fix