Skip to content

Commit c7e81cc

Browse files
authored
bump legacy version
1 parent 6e517ab commit c7e81cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fast-check/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"e2e:debug": "yarn node --experimental-vm-modules --inspect $(yarn bin jest) --config jest.e2e.config.cjs --watch --runInBand",
4141
"update:examples": "cross-env UPDATE_CODE_SNIPPETS=true yarn node --experimental-vm-modules $(yarn bin jest) --config jest.examples.config.cjs",
4242
"test-bundle": "node test-bundle/run.cjs && node test-bundle/run.mjs && node test-bundle/run-advanced.cjs",
43-
"test-legacy-bundle": "nvs add 8 && $(nvs which 8) test-bundle/run.cjs && $(nvs which 8) test-bundle/run-advanced.cjs",
43+
"test-legacy-bundle": "nvs add 12.17 && $(nvs which 12.17) test-bundle/run.cjs && $(nvs which 12.17) test-bundle/run-advanced.cjs",
4444
"docs": "api-extractor run --local && rm docs/fast-check.api.json && typedoc --out docs src/fast-check-default.ts && node postbuild/main.cjs",
4545
"docs-ci": "cross-env EXPECT_GITHUB_SHA=true yarn docs",
4646
"docs:serve": "yarn dlx serve docs/"

0 commit comments

Comments
 (0)