Skip to content

Commit 5fcd339

Browse files
committed
chore: 🤖 hardcode supported nodejs versions
1 parent 73edc69 commit 5fcd339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
# 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) }}
34+
lambda: ["16", "14"]
3535
tensorflow: ${{ fromJson(needs.matrix.outputs.tensorflow )}}
3636

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

0 commit comments

Comments
 (0)