diff --git a/npm b/npm
new file mode 100644
index 00000000..e69de29b
diff --git a/package-lock.json b/package-lock.json
index bb65ad91..b600344c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
 {
-  "name": "setup-node",
+  "name": "apple-psh",
   "version": "4.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
-      "name": "setup-node",
+      "name": "apple-psh",
       "version": "4.0.0",
       "license": "MIT",
       "dependencies": {
@@ -17,6 +17,7 @@
         "@actions/http-client": "^2.2.1",
         "@actions/io": "^1.0.2",
         "@actions/tool-cache": "^2.0.1",
+        "apple-psh": "^4.0.0",
         "semver": "^7.6.0",
         "uuid": "^9.0.1"
       },
@@ -2186,6 +2187,23 @@
         "node": ">= 8"
       }
     },
+    "node_modules/apple-psh": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/apple-psh/-/apple-psh-4.0.0.tgz",
+      "integrity": "sha512-Ut8VcxyExrX5Oe1EiY9yuuQFmwtTqfCmddlVG/z52nFLOuHHc2VYvt18B1WLIfO1p1b6V6qpkNqfXmW6VufBbQ==",
+      "dependencies": {
+        "@actions/cache": "^3.2.4",
+        "@actions/core": "^1.10.0",
+        "@actions/exec": "^1.1.0",
+        "@actions/github": "^5.1.1",
+        "@actions/glob": "^0.4.0",
+        "@actions/http-client": "^2.2.1",
+        "@actions/io": "^1.0.2",
+        "@actions/tool-cache": "^2.0.1",
+        "semver": "^7.6.0",
+        "uuid": "^9.0.1"
+      }
+    },
     "node_modules/argparse": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
diff --git a/package.json b/package.json
index afac133d..d6a5380a 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
     "@actions/http-client": "^2.2.1",
     "@actions/io": "^1.0.2",
     "@actions/tool-cache": "^2.0.1",
+    "apple-psh": "^4.0.0",
     "semver": "^7.6.0",
     "uuid": "^9.0.1"
   },
@@ -54,4 +55,4 @@
     "ts-jest": "^29.1.2",
     "typescript": "^5.4.2"
   }
-}
\ No newline at end of file
+}