require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
// This script is used to audit the list of plugins in the Plugin Directory: https://backstage.io/plugins
|
||||
|
||||
const { resolve } = require('path');
|
||||
const { resolve } = require('node:path');
|
||||
const fs = require('fs-extra');
|
||||
const yaml = require('js-yaml');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user