We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73edc69 commit 5fcd339Copy full SHA for 5fcd339
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
34
- lambda: ${{ fromJson(needs.matrix.outputs.lambda) }}
+ lambda: ["16", "14"]
35
tensorflow: ${{ fromJson(needs.matrix.outputs.tensorflow )}}
36
37
container: amazon/aws-lambda-nodejs:${{ matrix.lambda }}
0 commit comments