trackNodeMigration #100
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
name: trackNodeMigration | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths: | |
- .github/workflows/trackNodeMigration.yml | |
- .github/workflows/trackNodeMigration.js | |
jobs: | |
trackNodeMigration: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository to get access to the workflow scripts | |
uses: actions/checkout@main | |
- name: Check all tasks' manifests and reflect their Node version migration progress in tracking issues | |
run: | | |
cd .github/workflows | |
node trackNodeMigration.js ${{github.token}} |