File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : " lts/*"
18
18
cache : npm
Original file line number Diff line number Diff line change 35
35
"@babel/core" : " 7.23.9" ,
36
36
"@babel/preset-typescript" : " 7.23.3" ,
37
37
"@preconstruct/cli" : " 2.8.3" ,
38
+ "@semantic-release/exec" : " 6.0.3" ,
38
39
"@semantic-release/git" : " 10.0.1" ,
39
40
"@vitest/browser" : " 1.3.0" ,
40
41
"prettier" : " 3.2.5" ,
Original file line number Diff line number Diff line change 1025
1025
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
1026
1026
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==
1027
1027
1028
+ " @semantic-release/exec@^6.0.3 " :
1029
+ version "6.0.3"
1030
+ resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-6.0.3.tgz#d212fdf19633bdfb553de6cb6c7f8781933224db"
1031
+ integrity sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==
1032
+ dependencies :
1033
+ " @semantic-release/error" " ^3.0.0"
1034
+ aggregate-error "^3.0.0"
1035
+ debug "^4.0.0"
1036
+ execa "^5.0.0"
1037
+ lodash "^4.17.4"
1038
+ parse-json "^5.0.0"
1039
+
1028
1040
" @semantic-release/[email protected] " :
1029
1041
version "10.0.1"
1030
1042
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"
You can’t perform that action at this time.
0 commit comments