File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 pull_request : null
99jobs :
1010 lint-commit-messages :
11- uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
11+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
1212 lint :
13- uses : vidavidorra/.github/.github/workflows/node-lint.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
13+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
1414 build :
15- uses : vidavidorra/.github/.github/workflows/node-build.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
15+ uses : vidavidorra/.github/.github/workflows/node-build.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
1616 strategy :
1717 fail-fast : false
1818 matrix :
1919 nodeVersion : [20, 22, 24]
2020 with :
2121 nodeVersion : ${{ matrix.nodeVersion }}
2222 test :
23- uses : vidavidorra/.github/.github/workflows/node-test.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
23+ uses : vidavidorra/.github/.github/workflows/node-test.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
2424 strategy :
2525 fail-fast : false
2626 matrix :
2727 nodeVersion : [20, 22, 24]
2828 with :
2929 nodeVersion : ${{ matrix.nodeVersion }}
3030 code-coverage :
31- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
31+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
3232 needs :
3333 - lint
3434 - build
3535 - test
3636 secrets :
3737 codecovToken : ${{ secrets.CODECOV_TOKEN }}
3838 release :
39- uses : vidavidorra/.github/.github/workflows/release.yml@ea829596fd96e8912355778a7e0f08f50f5b769c # v5.0.71
39+ uses : vidavidorra/.github/.github/workflows/release.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72
4040 needs :
4141 - lint-commit-messages
4242 - lint
You can’t perform that action at this time.
0 commit comments