Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mindee/mindee-api-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.22.0
Choose a base ref
...
head repository: mindee/mindee-api-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 15, 2025

  1. Copy the full SHA
    a2bcb3f View commit details

Commits on Jan 16, 2025

  1. Copy the full SHA
    85fe1f8 View commit details
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Set up Poppler on ubuntu
run: sudo apt install -y poppler-utils

- name: Install Node.js dependencies
run: npm ci

5 changes: 0 additions & 5 deletions .lintstagedrc.json

This file was deleted.

Loading