File tree 4 files changed +1474
-1595
lines changed
4 files changed +1474
-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 9
9
" /README.md" ,
10
10
" /dist"
11
11
],
12
+ "engines" : {
13
+ "node" : " >=18.0.0"
14
+ },
12
15
"scripts" : {
13
16
"build" : " tsc" ,
14
17
"clean" : " rimraf dist" ,
34
37
"devDependencies" : {
35
38
"@commitlint/cli" : " ^11.0.0" ,
36
39
"@commitlint/config-conventional" : " ^11.0.0" ,
37
- "@semantic-release/git" : " ^9 .0.0 " ,
40
+ "@semantic-release/git" : " ^10 .0.1 " ,
38
41
"@tsconfig/node12" : " ^1.0.7" ,
39
42
"@types/node" : " 12" ,
40
43
"@types/pino" : " ^6.0.0" ,
124
127
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
125
128
}
126
129
}
127
- }
130
+ }
You can’t perform that action at this time.
0 commit comments