Skip to content

Commit

Permalink
Update CI metrics.yml to use Node 20 (#1639)
Browse files Browse the repository at this point in the history
* Update CI metrics.yml to use Node 20 and Py 3.11

* move back to py3.12
  • Loading branch information
ourownstory authored Aug 29, 2024
1 parent 00301ad commit 4744ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4744ef1

Please sign in to comment.