Skip to content

Commit

Permalink
Migrate to node18 for nodeinfo and cows function
Browse files Browse the repository at this point in the history
Tested with faas-cli localrun --tag=digest

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 3, 2023
1 parent 4efd0e8 commit 6fe987e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider:

functions:
cows:
lang: node14
lang: node18
handler: ./cows
image: ${SERVER:-ghcr.io}/${OWNER:-openfaas}/cows:${TAG:-latest}

Expand Down Expand Up @@ -38,7 +38,7 @@ functions:
image: ${SERVER:-ghcr.io}/${OWNER:-openfaas}/nslookup:${TAG:-latest}

nodeinfo:
lang: node14
lang: node18
handler: ./nodeinfo
image: ${SERVER:-ghcr.io}/${OWNER:-openfaas}/nodeinfo:${TAG:-latest}

Expand Down

0 comments on commit 6fe987e

Please sign in to comment.