Skip to content

Commit 562bbbc

Browse files
committed
pin opam
1 parent 6f67c00 commit 562bbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/setup-ocaml/src/opam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
} from "./unix.js";
2121

2222
export const latestOpamRelease = (async () => {
23-
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : "<2.6.0";
23+
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : ">=2.5.0 < 2.5.1";
2424
const octokit = github.getOctokit(GITHUB_TOKEN, undefined, retry);
2525
const { data: releases } = await octokit.rest.repos.listReleases({
2626
owner: "ocaml",

0 commit comments

Comments
 (0)