Skip to content

Commit

Permalink
fix: use info to log
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 15, 2024
1 parent abdac88 commit fce0cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nx-verdaccio/src/plugin/nx-verdaccio.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const createNodes: CreateNodes = [
// eslint-disable-next-line @typescript-eslint/no-unused-vars
context: CreateNodesContext
) => {
logger.warn(
logger.info(
'`createNodes` is deprecated. Update Nx utilize createNodesV2 instead.'
);
const projectRoot = dirname(projectConfigurationFile);
Expand Down

0 comments on commit fce0cab

Please sign in to comment.