Skip to content

Commit

Permalink
support node v14 again
Browse files Browse the repository at this point in the history
  • Loading branch information
xqin committed Jul 16, 2024
1 parent 7e4c8f0 commit 731d7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/src/resolver-dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
registerResolver,
registerDefaultScheme,
} from './resolver';
import { promises as dns } from 'node:dns';
import { promises as dns } from 'dns';
import { extractAndSelectServiceConfig, ServiceConfig } from './service-config';
import { Status } from './constants';
import { StatusObject } from './call-interface';
Expand Down

0 comments on commit 731d7fc

Please sign in to comment.