chore: update canary to run on Node.js 18 and 20 respectively #122
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
# Tests scheduled at 4pm(UTC) / 9am(PDT) everyday | |
# default supported timezone is UTC | |
pull_request: | |
branches: [fix-canary-engine-failure] | |
push: | |
branches: [fix-canary-engine-failure] | |
jobs: | |
canaries: | |
secrets: inherit | |
uses: ./.github/workflows/callable-canary-e2e.yml |