diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index b3befc60c..d006a4e49 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -29,7 +29,7 @@ jobs: - name: Setup NodeJS (for CML) uses: actions/setup-node@v3 # For CML with: - node-version: '16' + node-version: '20' - name: Setup CML uses: iterative/setup-cml@v1