Skip to content

Commit e7d2c7b

Browse files
authored
fix(build): add dev dependency & update build.yml (#334)
Ref. https://github.com/Dintero/Dintero.Checkout.Web.SDK/actions/runs/8061936439 Rel. #332 Rel. #332 (review) Add new dependency used by build. Also updates build actions from version `@3` to `@4` to handle warnings: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent ecffde2 commit e7d2c7b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "lts/*"
1818
cache: npm

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@babel/core": "7.23.9",
3636
"@babel/preset-typescript": "7.23.3",
3737
"@preconstruct/cli": "2.8.3",
38+
"@semantic-release/exec": "6.0.3",
3839
"@semantic-release/git": "10.0.1",
3940
"@vitest/browser": "1.3.1",
4041
"prettier": "3.2.5",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,18 @@
10251025
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
10261026
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==
10271027

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+
10281040
"@semantic-release/[email protected]":
10291041
version "10.0.1"
10301042
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"

0 commit comments

Comments
 (0)