chore: use npm trusted publishing (#8675)

**Motivation**

Use more secure way publish a release.

**Description**

- Use `npm` [trusted
publishing](https://docs.npmjs.com/trusted-publishers)

---------

Co-authored-by: Matthew Keil <me@matthewkeil.com>
This commit is contained in:
Nazar Hussain
2025-12-10 14:55:26 +01:00
committed by GitHub
parent 688d5584ea
commit fe261483ef
9 changed files with 1646 additions and 2092 deletions

View File

@@ -40,5 +40,13 @@
"../../node_modules/@types",
"../../types",
],
// TODO: This is a workaround to fix the error came after adding `@lerna-lite/version`
// Need to be cleared and cleaned this config later
//
// @lodestar/params: error TS2688: Cannot find type definition file for 'parse-path'.
// @lodestar/params: The file is in the program because:
// @lodestar/params: Entry point for implicit type library 'parse-path'
"types": ["node", "bun", "snappyjs", "mitt", "vitest"],
}
}