Skip to content

Commit

Permalink
Update git (LFS) versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Mar 11, 2024
1 parent 3190e95 commit 26354b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { GitProcess, IGitResult, GitError } from '../lib'

// NOTE: bump these versions to the latest stable releases
export const gitVersion = '2.39.3'
export const gitForWindowsVersion = '2.39.3.windows.1'
export const gitLfsVersion = '3.3.0'
export const gitVersion = '2.43.3'
export const gitForWindowsVersion = '2.43.0.windows.1'
export const gitLfsVersion = '3.5.1'

const temp = require('temp').track()

Expand Down

0 comments on commit 26354b1

Please sign in to comment.