Skip to content

Commit 30eef3a

Browse files
authored
fix(dependency): bump core to v5.4.5 (#70)
* fix(dependency): bump core to v5.4.5 Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com> * fixed package.json and ci.yml Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com> --------- Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 0911f21 commit 30eef3a

File tree

3 files changed

+43
-38
lines changed

3 files changed

+43
-38
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
environment: ci
1313
strategy:
1414
matrix:
15-
node-version: [18, 20, 22]
16-
15+
node-version: ['20', '22', '24']
16+
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
export NPM_TOKEN=${{ secrets.NPM_TOKEN }}
4242
export GH_TOKEN=${{ secrets.GH_TOKEN }}
43-
npx semantic-release
43+
npx semantic-release

package-lock.json

Lines changed: 37 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"license": "Apache-2.0",
3232
"engines": {
33-
"node": ">=18.0.0"
33+
"node": ">=20.0.0"
3434
},
3535
"dependencies": {
36-
"@types/node": "^14.0.0",
36+
"@types/node": "^18.19.80",
3737
"extend": "^3.0.2",
38-
"ibm-cloud-sdk-core": "^5.4.3",
38+
"ibm-cloud-sdk-core": "^5.4.5",
3939
"uuid": "^9.0.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)