File tree 6 files changed +657
-294
lines changed
6 files changed +657
-294
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- name : Use Node 14
16
- uses : actions/setup-node@v2.4.1
16
+ uses : actions/setup-node@v4.2.0
17
17
with :
18
18
node-version : 14
19
19
- name : Install dependencies with yarn
20
20
run : yarn install --frozen-lockfile
21
21
- name : Run build command
22
22
run : yarn build
23
23
- name : Upload coverage to codecov
24
- uses : codecov/codecov-action@v2.1 .0
24
+ uses : codecov/codecov-action@v5.4 .0
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : Use Node 14
15
- uses : actions/setup-node@v2.4.1
15
+ uses : actions/setup-node@v4.2.0
16
16
with :
17
17
node-version : 14
18
18
- name : Install dependencies with yarn
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4
33
33
- name : Use Node 14
34
- uses : actions/setup-node@v2.4.1
34
+ uses : actions/setup-node@v4.2.0
35
35
with :
36
36
node-version : 14
37
37
- name : Install dependencies with yarn
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : Use this GitHub Action
15
15
uses : ./
16
16
env :
Original file line number Diff line number Diff line change 1
- 14
1
+ 22
Original file line number Diff line number Diff line change 52
52
},
53
53
"dependencies" : {
54
54
"@actions/core" : " ^1.6.0" ,
55
- "@actions/github" : " ^5 .0.0"
55
+ "@actions/github" : " ^6 .0.0"
56
56
},
57
57
"devDependencies" : {
58
58
"@commitlint/cli" : " ^15.0.0" ,
63
63
"@jdp-dev/tsconfig" : " ^1.1.0" ,
64
64
"@octokit/types" : " ^6.34.0" ,
65
65
"@types/jest" : " ^27.0.3" ,
66
- "@types/node" : " ^16.11.12 " ,
66
+ "@types/node" : " ^22.0.0 " ,
67
67
"@typescript-eslint/eslint-plugin" : " ^5.6.0" ,
68
68
"@typescript-eslint/parser" : " ^5.6.0" ,
69
69
"@zeit/ncc" : " ^0.22.3" ,
70
70
"eslint" : " ^8.4.1" ,
71
- "eslint-config-prettier" : " ^8.3 .0" ,
71
+ "eslint-config-prettier" : " ^10.0 .0" ,
72
72
"eslint-plugin-import" : " ^2.25.3" ,
73
- "eslint-plugin-jest" : " ^25.3 .0" ,
74
- "husky" : " ^7 .0.4 " ,
73
+ "eslint-plugin-jest" : " ^28.0 .0" ,
74
+ "husky" : " ^9 .0.0 " ,
75
75
"jest" : " ^27.4.4" ,
76
- "lint-staged" : " ^12.1.2 " ,
76
+ "lint-staged" : " ^15.0.0 " ,
77
77
"npm-run-all" : " ^4.1.5" ,
78
- "pinst" : " ^2.1.6 " ,
79
- "prettier" : " ^2.5.1 " ,
80
- "rimraf" : " ^3 .0.2 " ,
78
+ "pinst" : " ^3.0.0 " ,
79
+ "prettier" : " ^3.0.0 " ,
80
+ "rimraf" : " ^6 .0.0 " ,
81
81
"standard-version" : " ^9.3.2" ,
82
82
"ts-jest" : " ^27.1.1" ,
83
- "typescript" : " ^4.5.3 "
83
+ "typescript" : " ^5.0.0 "
84
84
}
85
85
}
You can’t perform that action at this time.
0 commit comments