Skip to content

Commit 09f1af6

Browse files
committed
upgrade to node20
1 parent d362ec1 commit 09f1af6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

__tests__/main.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* import * as process from 'process'
1+
import * as process from 'process'
22
import * as cp from 'child_process'
33
import * as path from 'path'
44
import * as os from 'os'
@@ -23,4 +23,3 @@ test('test runs with the latest version', () => {
2323
}
2424
console.log(cp.execSync(`node ${ip}`, options).toString())
2525
})
26-
*/

0 commit comments

Comments
 (0)