Skip to content

Commit 55ff2a1

Browse files
committed
fix ci
1 parent 4b1a36c commit 55ff2a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/os.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const {
2525
ArrayPrototypePush,
2626
Float64Array,
2727
ObjectDefineProperties,
28+
ObjectFreeze,
2829
StringPrototypeSlice,
2930
SymbolToPrimitive,
30-
ObjectFreeze,
3131
} = primordials;
3232

3333
const { getTempDir } = internalBinding('credentials');

test/parallel/test-os-constants-signals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
require('../common');
34
const { test } = require('node:test');
45
const assert = require('node:assert');
56
const { constants } = require('node:os');

0 commit comments

Comments
 (0)