Skip to content

Commit

Permalink
upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Apr 3, 2024
1 parent d362ec1 commit 09f1af6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* import * as process from 'process'
import * as process from 'process'
import * as cp from 'child_process'
import * as path from 'path'
import * as os from 'os'
Expand All @@ -23,4 +23,3 @@ test('test runs with the latest version', () => {
}
console.log(cp.execSync(`node ${ip}`, options).toString())
})
*/

0 comments on commit 09f1af6

Please sign in to comment.