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@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
11+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
1212 with :
1313 configFile : ./commitlint.config.cjs
1414 lint :
15- uses : vidavidorra/.github/.github/workflows/node-lint.yml@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
15+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
1616 build :
17- uses : vidavidorra/.github/.github/workflows/node-build.yml@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
17+ uses : vidavidorra/.github/.github/workflows/node-build.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
1818 strategy :
1919 fail-fast : false
2020 matrix :
2121 nodeVersion : [18, 20, 21]
2222 with :
2323 nodeVersion : ${{ matrix.nodeVersion }}
2424 test :
25- uses : vidavidorra/.github/.github/workflows/node-test.yml@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
25+ uses : vidavidorra/.github/.github/workflows/node-test.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
2626 strategy :
2727 fail-fast : false
2828 matrix :
2929 nodeVersion : [18, 20, 21]
3030 with :
3131 nodeVersion : ${{ matrix.nodeVersion }}
3232 code-coverage :
33- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
33+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
3434 needs :
3535 - lint
3636 - build
3737 - test
3838 secrets :
3939 codecovToken : ${{ secrets.CODECOV_TOKEN }}
4040 release :
41- uses : vidavidorra/.github/.github/workflows/release.yml@0d26596b8ec32cde40a2c8f96e73d4073e6a7be2 # v4.1.6
41+ uses : vidavidorra/.github/.github/workflows/release.yml@7cd4f4d19cc7284126756cf706e1521e3018926a # v4.1.7
4242 needs :
4343 - lint-commit-messages
4444 - lint
You can’t perform that action at this time.
0 commit comments