Skip to content

Commit 0874fd7

Browse files
authored
Update cml.yaml
Fix from iterative/cml#1377
1 parent 5a3d305 commit 0874fd7

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
@@ -4,6 +4,9 @@ jobs:
44
train-model:
55
runs-on: ubuntu-latest
66
steps:
7+
- uses: actions/setup-node@v1
8+
with:
9+
node-version: '16'
710
- uses: actions/checkout@v3
811
with:
912
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)