Skip to content

Commit

Permalink
refactor: use node:os module instead of os
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 17, 2024
1 parent 8eb315f commit 12335e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/unit/lib/create.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
*/

const os = require('os');
const os = require('node:os');
const fs = require('node:fs');
const path = require('node:path');
const rewire = require('rewire');
Expand Down

0 comments on commit 12335e1

Please sign in to comment.