File tree Expand file tree Collapse file tree 4 files changed +10
-341
lines changed Expand file tree Collapse file tree 4 files changed +10
-341
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : checkout
20
- uses : actions/checkout@v2.4.2
20
+ uses : actions/checkout@v4
21
21
- name : node
22
- uses : actions/setup-node@v3.4.1
22
+ uses : actions/setup-node@v4
23
23
with :
24
- node-version : 18
24
+ node-version : 20
25
25
registry-url : https://registry.npmjs.org
26
26
- name : install react
27
27
run : npm i react
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : checkout
16
- uses : actions/checkout@v2.4.2
16
+ uses : actions/checkout@v4
17
17
- name : node
18
- uses : actions/setup-node@v3.4.1
18
+ uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : 20
21
21
registry-url : https://registry.npmjs.org
22
22
- name : install react
23
23
run : npm i react
Original file line number Diff line number Diff line change 15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https://github.com/tremorlabs/tremor.git"
18
+ "url" : " git+ https://github.com/tremorlabs/tremor.git"
19
19
},
20
20
"author" : " tremor" ,
21
21
"license" : " Apache 2.0" ,
44
44
"@rollup/plugin-node-resolve" : " ^13.3.0" ,
45
45
"@rollup/plugin-terser" : " ^0.4.4" ,
46
46
"@rollup/plugin-typescript" : " ^8.5.0" ,
47
- "@semantic-release/commit-analyzer" : " ^9 .0.2 " ,
47
+ "@semantic-release/commit-analyzer" : " ^13 .0.0 " ,
48
48
"@semantic-release/github" : " github:semantic-release/github" ,
49
49
"@semantic-release/npm" : " github:semantic-release/npm" ,
50
50
"@storybook/addon-a11y" : " ^8.3.3" ,
You can’t perform that action at this time.
0 commit comments