We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20255e3 commit e28ca01Copy full SHA for e28ca01
.github/workflows/CI-workflow.yml
@@ -24,6 +24,8 @@ jobs:
24
strategy:
25
matrix:
26
java: [21]
27
+ env:
28
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
29
30
name: Build and Test MLCommons Plugin on linux
31
if: github.repository == 'opensearch-project/ml-commons'
0 commit comments