From afc1ad9c99b68905851e8835f6ae90be5a5377db Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Tue, 1 Apr 2025 12:08:24 +0530 Subject: [PATCH] removes debug package --- package-lock.json | 16 +--------------- package.json | 3 +-- src/setup-python.ts | 1 - 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 569ba3973..3ea1ef0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,8 +34,7 @@ "jest-circus": "^29.7.0", "prettier": "^2.8.4", "ts-jest": "^29.1.2", - "typescript": "^5.4.2", - "why-is-node-running": "^3.2.2" + "typescript": "^5.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6260,19 +6259,6 @@ "node": ">= 8" } }, - "node_modules/why-is-node-running": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-3.2.2.tgz", - "integrity": "sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==", - "dev": true, - "license": "MIT", - "bin": { - "why-is-node-running": "cli.js" - }, - "engines": { - "node": ">=20.11" - } - }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", diff --git a/package.json b/package.json index e4c024ca4..63b386da1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "jest-circus": "^29.7.0", "prettier": "^2.8.4", "ts-jest": "^29.1.2", - "typescript": "^5.4.2", - "why-is-node-running": "^3.2.2" + "typescript": "^5.4.2" } } diff --git a/src/setup-python.ts b/src/setup-python.ts index d6b79f1c1..12f625fb2 100644 --- a/src/setup-python.ts +++ b/src/setup-python.ts @@ -1,4 +1,3 @@ -import why from 'why-is-node-running'; import * as core from '@actions/core'; import * as finder from './find-python'; import * as finderPyPy from './find-pypy';