We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3d305 commit 0874fd7Copy full SHA for 0874fd7
.github/workflows/cml.yaml
@@ -4,6 +4,9 @@ jobs:
4
train-model:
5
runs-on: ubuntu-latest
6
steps:
7
+ - uses: actions/setup-node@v1
8
+ with:
9
+ node-version: '16'
10
- uses: actions/checkout@v3
11
with:
12
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments