We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec3d87 commit d35bda8Copy full SHA for d35bda8
1 file changed
README.md
@@ -4,7 +4,9 @@ This action checks all installed NPM dependencies for lifecycle scripts (like
4
`postinstall`) that would be run on installation. If any such script is found,
5
the action fails with a list of offenders.
6
7
-> ![NOTE] Keep a lookout for
+> [!NOTE]
8
+>
9
+> Keep a lookout for
10
> [RFC 54](https://github.com/npm/rfcs/blob/main/accepted/0054-make-scripts-install-opt-in.md)
11
> of the NPM cli. Phase 1 of that proposal has been implemented and is shipped
12
> with [v11.16.0](https://github.com/npm/cli/releases/tag/v11.16.0), currently
0 commit comments