File tree 4 files changed +1471
-1595
lines changed
4 files changed +1471
-1595
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@v3.4.0
9
+ uses : amannn/action-semantic-pull-request@v5
10
10
env :
11
11
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12
12
@@ -15,10 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup Node.js
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v4
21
21
with :
22
+ cache : " yarn"
22
23
node-version : 18
23
24
- name : Install dependencies
24
25
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Setup Node.js
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
+ cache : " yarn"
25
26
node-version : 18
26
27
registry-url : " https://registry.npmjs.org"
27
28
- 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" : " ^9 .0.0 " ,
37
+ "@semantic-release/git" : " ^10 .0.1 " ,
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