diff --git a/package-lock.json b/package-lock.json index 7249b33..a23ba2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,8 @@ }, "engines": { "node": ">=20" - } + }, + "version": "2.0.1" }, "node_modules/@actions/core": { "version": "1.10.1", @@ -583,5 +584,6 @@ "uuid": "dist/bin/uuid" } } - } + }, + "version": "2.0.1" } diff --git a/package.json b/package.json index 20199db..230c4d4 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,6 @@ "@vercel/ncc": "^0.38.1", "tsx": "^4.15.7", "typescript": "^5.5.2" - } -} \ No newline at end of file + }, + "version": "2.0.1" +}