Skip to content

Commit 9a0e319

Browse files
committed
cleanup
1 parent 5e053e7 commit 9a0e319

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

scripts/ci/githubActions/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const DEPENDENCIES = LANGUAGES.reduce(
5656
{ ...COMMON_DEPENDENCIES } as Record<string, string[]>,
5757
);
5858

59-
export function getVersionFileForLanguage(lang: Language): string {
59+
function getVersionFileForLanguage(lang: Language): string {
6060
// js rely on the nvmrc of the repo
6161
if (lang === 'javascript') {
6262
return '.nvmrc';

scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@types/node": "20.14.11",
3535
"@types/semver": "7.5.8",
3636
"@types/spinnies": "0.5.3",
37-
"@vercel/ncc": "0.38.1",
3837
"chai": "5.1.1",
3938
"chalk": "5.3.0",
4039
"commander": "12.1.0",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4864,17 +4864,6 @@ __metadata:
48644864
languageName: node
48654865
linkType: hard
48664866

4867-
"@vercel/ncc@npm:0.38.1":
4868-
version: 0.38.1
4869-
resolution: "@vercel/ncc@npm:0.38.1"
4870-
dependencies:
4871-
node-gyp: "npm:latest"
4872-
bin:
4873-
ncc: dist/ncc/cli.js
4874-
checksum: 10/2ed9dff34ba2e7c2ba7113ed075effd023549d5041d355a367f5bf749b20916f68d2adad6737f7a2d03f0d92237f948ce8dfbc9429bdf3febc18d4fa5159d9b4
4875-
languageName: node
4876-
linkType: hard
4877-
48784867
"@vitest/expect@npm:2.0.3":
48794868
version: 2.0.3
48804869
resolution: "@vitest/expect@npm:2.0.3"
@@ -12079,7 +12068,6 @@ __metadata:
1207912068
"@types/node": "npm:20.14.11"
1208012069
"@types/semver": "npm:7.5.8"
1208112070
"@types/spinnies": "npm:0.5.3"
12082-
"@vercel/ncc": "npm:0.38.1"
1208312071
chai: "npm:5.1.1"
1208412072
chalk: "npm:5.3.0"
1208512073
commander: "npm:12.1.0"

0 commit comments

Comments
 (0)