Test nodejs support for build on major platforms #206
This file contains hidden or 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
| name: Test nodejs support for build on major platforms | |
| on: | |
| schedule: | |
| - cron: '0 12 * * 0' | |
| workflow_dispatch: | |
| jobs: | |
| test-node-18: | |
| uses: ./.github/workflows/node-test.yml | |
| secrets: inherit | |
| with: | |
| gh-node-version: '18.x' | |
| test-node-20: | |
| uses: ./.github/workflows/node-test.yml | |
| secrets: inherit | |
| with: | |
| gh-node-version: '20.x' | |
| test-node-21: | |
| uses: ./.github/workflows/node-test.yml | |
| secrets: inherit | |
| with: | |
| gh-node-version: '21.x' |