Skip to content

Commit

Permalink
[#195] Fix no used modules
Browse files Browse the repository at this point in the history
* [email protected] a `Error: Cannot find module 'node:dns'` error
* Node@12 a `Error: Cannot find module 'node:dns'` error
[#193] Update gRPC library
  • Loading branch information
feelform committed Jul 16, 2024
1 parent 71abe60 commit d1861f1
Show file tree
Hide file tree
Showing 12 changed files with 6,933 additions and 314 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
node_version:
- 12
- 14
- 10.10.0
- 16
- 18

name: Node ${{ matrix.node_version }} on ubuntu-latest
steps:
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ yarn-error.log*
packages/**/.npmrc

.vscode

package-lock.json

yarn.lock

.node-version
Expand All @@ -42,4 +39,7 @@ yarn.lock
checkstyle-results.xml

# coverage
.nyc_output
.nyc_output

# gRPC
grpc
2 changes: 1 addition & 1 deletion grpc/grpc-idl
Submodule grpc-idl updated from 146713 to 0dc22b
173 changes: 0 additions & 173 deletions lib/instrumentation/module/mysql.js

This file was deleted.

106 changes: 0 additions & 106 deletions lib/instrumentation/module/mysql2.js

This file was deleted.

Loading

0 comments on commit d1861f1

Please sign in to comment.