Skip to content

Commit

Permalink
chore: 🤖 hardcode supported nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Jul 29, 2022
1 parent 73edc69 commit 5fcd339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
lambda: ${{ fromJson(needs.matrix.outputs.lambda) }}
lambda: ["16", "14"]
tensorflow: ${{ fromJson(needs.matrix.outputs.tensorflow )}}

container: amazon/aws-lambda-nodejs:${{ matrix.lambda }}
Expand Down

0 comments on commit 5fcd339

Please sign in to comment.