fix(_publish-npm): make the corepack npm upgrade actually take effect #628
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: YAML Checks | |
| on: | |
| pull_request: | |
| branches: ["*"] | |
| push: | |
| branches: | |
| - main | |
| - dev | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| yaml-checks: | |
| name: YAML Checks | |
| uses: ./.github/workflows/_checks-yaml.yaml | |
| with: | |
| make_command: yaml-checks |