diff --git a/dist/attachReleaseAssets/index.js b/dist/attachReleaseAssets/index.js index 1c4c3692..b6b48b17 100644 --- a/dist/attachReleaseAssets/index.js +++ b/dist/attachReleaseAssets/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/dist/downloadSyft/index.js b/dist/downloadSyft/index.js index 8dce9efc..3b975355 100644 --- a/dist/downloadSyft/index.js +++ b/dist/downloadSyft/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/dist/runSyftAction/index.js b/dist/runSyftAction/index.js index a5f7ab2b..54f9ae0e 100644 --- a/dist/runSyftAction/index.js +++ b/dist/runSyftAction/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/package-lock.json b/package-lock.json index 6a3c88da..03e4a694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,6 +43,9 @@ "ts-jest": "^29.1.0", "type-fest": "^3.9.0", "typescript": "^5.0.4" + }, + "engines": { + "node": ">=v20.11.0" } }, "node_modules/@actions/artifact": { diff --git a/src/SyftVersion.ts b/src/SyftVersion.ts index 80fb4ba5..307025f0 100644 --- a/src/SyftVersion.ts +++ b/src/SyftVersion.ts @@ -1 +1 @@ -export const VERSION = "v0.102.0"; +export const VERSION = "v0.103.1";