Skip to content

Commit b9c2f3b

Browse files
committed
chore: break the code for handling versions
1 parent b5660f6 commit b9c2f3b

File tree

29 files changed

+76
-83
lines changed

29 files changed

+76
-83
lines changed

dist/node12/actions_python.54e91387.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node12/actions_python.54e91387.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node12/setup_cpp.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node12/setup_cpp.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node16/actions_python.b4fff571.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node16/actions_python.b4fff571.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node16/setup_cpp.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node16/setup_cpp.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { syncVersions, getVersion } from "../default_versions"
1+
import { syncVersions, getVersion } from "../versions/versions"
22
import { getCompilerInfo, Inputs, parseArgs } from "../main"
33

44
jest.setTimeout(300000)

src/cmake/__tests__/cmake.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { setupCmake } from "../cmake"
22
import { setupTmpDir, cleanupTmpDir, testBin } from "../../utils/tests/test-helpers"
33
import ciDetect from "@npmcli/ci-detect"
4-
import { getVersion } from "../../default_versions"
4+
import { getVersion } from "../../versions/versions"
55

66
jest.setTimeout(300000)
77

0 commit comments

Comments
 (0)