Skip to content

Commit

Permalink
Merge pull request #2799 from xqin/master
Browse files Browse the repository at this point in the history
support node v14.16 again
  • Loading branch information
murgatroid99 authored Jul 16, 2024
2 parents 87ea7ce + 996a637 commit 4da4fdc
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 4da4fdc

Please sign in to comment.