File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
jobs :
10
10
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
12
12
build :
13
13
name : Build (Node.js ${{ matrix.nodeVersion }})
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
17
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
19
19
with :
20
20
nodeVersion : ${{ matrix.nodeVersion }}
21
21
test :
@@ -24,13 +24,13 @@ jobs:
24
24
fail-fast : false
25
25
matrix :
26
26
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
28
28
with :
29
29
nodeVersion : ${{ matrix.node }}
30
30
code-coverage :
31
31
name : Test coverage
32
32
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
34
34
secrets :
35
35
codecovToken : ${{ secrets.CODECOV_TOKEN }}
36
36
release :
Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
jobs :
10
10
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
12
12
with :
13
13
configFile : ./commitlint.config.cjs
You can’t perform that action at this time.
0 commit comments