Skip to content

Commit 0b35cea

Browse files
authored
Update cml.yaml
fix node version (see iterative/cml#1377)
1 parent eca7afe commit 0b35cea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cml.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v4
9+
- uses: actions/setup-node@v1
10+
with:
11+
node-version: '16'
912
- uses: iterative/setup-cml@v1
1013
- name: Train model
1114
env:

0 commit comments

Comments
 (0)