Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/config/nodejs-dev.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"datalabeling",
"dialogflow",
"discoveryengine",
"dlp",
"document-warehouse",
"endpoints/getting-started",
"endpoints/getting-started-grpc",
Expand Down
1 change: 0 additions & 1 deletion .github/config/nodejs-prod.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"dataproc", // GoogleError: Error submitting create cluster request: Multiple validation errors
"datastore/functions", // [ERR_REQUIRE_ESM]: require() of ES Module
"dialogflow-cx", // NOT_FOUND: com.google.apps.framework.request.NotFoundException: Agent 'undefined' does not exist
"dlp", // [ERR_REQUIRE_ESM]: require() of ES Module
"document-ai", // [ERR_REQUIRE_ESM]: require() of ES Module
"functions/billing", // (untested) Error: Request failed with status code 500
"functions/imagemagick", // (untested) Error: A bucket name is needed to use Cloud Storage
Expand Down
3 changes: 3 additions & 0 deletions dlp/ci-setup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"node-version": 18
}
1 change: 1 addition & 0 deletions dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"files": [
"*.js"
],
"type": "module",
"engines": {
"node": ">=16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dlp/resources/harmless.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This file is mostly harmless.
This file is mostly harmless...
Loading
Loading