File tree 4 files changed +1595
-1471
lines changed
4 files changed +1595
-1471
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Check Commits
9
- uses : amannn/action-semantic-pull-request@v5
9
+ uses : amannn/action-semantic-pull-request@v3.4.0
10
10
env :
11
11
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12
12
@@ -15,11 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v3
19
19
- name : Setup Node.js
20
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v3
21
21
with :
22
- cache : " yarn"
23
22
node-version : 18
24
23
- name : Install dependencies
25
24
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v3
22
22
- name : Setup Node.js
23
- uses : actions/setup-node@v4
23
+ uses : actions/setup-node@v3
24
24
with :
25
- cache : " yarn"
26
25
node-version : 18
27
26
registry-url : " https://registry.npmjs.org"
28
27
- name : Install dependencies
Original file line number Diff line number Diff line change 34
34
"devDependencies" : {
35
35
"@commitlint/cli" : " ^11.0.0" ,
36
36
"@commitlint/config-conventional" : " ^11.0.0" ,
37
- "@semantic-release/git" : " ^10 .0.1 " ,
37
+ "@semantic-release/git" : " ^9 .0.0 " ,
38
38
"@tsconfig/node12" : " ^1.0.7" ,
39
39
"@types/node" : " 12" ,
40
40
"@types/pino" : " ^6.0.0" ,
124
124
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
125
125
}
126
126
}
127
- }
127
+ }
You can’t perform that action at this time.
0 commit comments