Skip to content

Commit

Permalink
fix: update to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Oct 17, 2022
1 parent fdfd7e7 commit f47f727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ inputs:
knative_eventing:
description: "The version of Knative Eventing to install on the Kind cluster (not installed by default - example: v1.0.0)"
runs:
using: "node12"
using: "node16"
main: "main.js"
post: "cleanup.js"

0 comments on commit f47f727

Please sign in to comment.