diff --git a/README.md b/README.md index ca4f544..8a1efaf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The action has the following options: | `datadog-site` | The Datadog site to upload the files to. | True | `datadoghq.com` | | `files` | Path to file or folder containing XML files to upload | True | `.` | | `concurrency` | Controls the maximum number of concurrent file uploads | True | `20` | -| `node-version` | The node version to use to install the datadog-ci. It must be `>=10.24.1` | True | `16` | +| `node-version` | The node version to use to install the datadog-ci. It must be `>=10.24.1` | True | `20` | | `tags` | Optional extra tags to add to the tests | False | | | `env` | Optional environment to add to the tests | False | | | `logs` | When set to "true" enables forwarding content from the XML reports as Logs. The content inside ``, ``, and `` is collected as logs. Logs from elements inside a `` are automatically connected to the test. | False | | diff --git a/action.yaml b/action.yaml index a58346a..10f46c9 100644 --- a/action.yaml +++ b/action.yaml @@ -23,7 +23,7 @@ inputs: node-version: required: true description: The node version used to install datadog-ci - default: "16" + default: "20" tags: required: false description: Datadog tags to associate with the uploaded test results. @@ -41,7 +41,7 @@ runs: using: "composite" steps: - name: Install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} - name: Get Datadog CLI