Skip to content

Commit

Permalink
feat(builtins): support node@v19.9.0
Browse files Browse the repository at this point in the history
- https://github.com/nodejs/node/releases/tag/v19.9.0

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Apr 11, 2023
1 parent 6d117e7 commit f84425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19
19.9.0
1 change: 1 addition & 0 deletions src/builtin-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const builtinModules: string[] = [
'stream/web',
'string_decoder',
'sys',
'test/reporters',
'timers',
'timers/promises',
'tls',
Expand Down

0 comments on commit f84425c

Please sign in to comment.