Skip to content

Commit 9f13b12

Browse files
committed
pin opam
1 parent 6f67c00 commit 9f13b12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.cjs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)