File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99jobs :
1010 lint :
11- uses : vidavidorra/.github/.github/workflows/node-lint.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
11+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1212 build :
1313 name : Build (Node.js ${{ matrix.nodeVersion }})
1414 strategy :
1515 fail-fast : false
1616 matrix :
1717 nodeVersion : [16, 18, 20]
18- uses : vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
18+ uses : vidavidorra/.github/.github/workflows/node-build.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1919 with :
2020 nodeVersion : ${{ matrix.nodeVersion }}
2121 test :
@@ -24,13 +24,13 @@ jobs:
2424 fail-fast : false
2525 matrix :
2626 node : [16, 18, 20]
27- uses : vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
27+ uses : vidavidorra/.github/.github/workflows/node-test.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
2828 with :
2929 nodeVersion : ${{ matrix.node }}
3030 code-coverage :
3131 name : Test coverage
3232 needs : [lint, build, test]
33- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
33+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
3434 secrets :
3535 codecovToken : ${{ secrets.CODECOV_TOKEN }}
3636 release :
Original file line number Diff line number Diff line change 88 pull_request :
99jobs :
1010 lint-commit-messages :
11- uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
11+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1212 with :
1313 configFile : ./commitlint.config.cjs
You can’t perform that action at this time.
0 commit comments