Skip to content

Commit 78ed747

Browse files
committed
fix(build): bump node core to 5.4.0
Signed-off-by: Phil Adams <[email protected]>
1 parent 33f55da commit 78ed747

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# semantic-release is also run to create a new release (if
44
# warranted by the new commits being built).
55

6-
name: Build/Test/Publish
6+
name: build
77

88
on:
99
push:
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
detect-secrets:
1818
if: "!contains(github.event.head_commit.message, '[skip ci]')"
19-
name: Detect-Secrets
19+
name: detect-secrets
2020
runs-on: ubuntu-latest
2121

2222
steps:
@@ -38,8 +38,8 @@ jobs:
3838
detect-secrets -v audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline
3939
4040
build:
41+
name: build-test (node v${{ matrix.node-version }})
4142
needs: detect-secrets
42-
name: Build/Test (Node v${{ matrix.node-version }})
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
@@ -62,9 +62,9 @@ jobs:
6262
npm run lint
6363
6464
publish-release:
65-
needs: build
66-
name: Semantic-Release
6765
if: "github.ref_name == 'main' && github.event_name != 'pull_request'"
66+
name: semantic-release
67+
needs: build
6868
runs-on: ubuntu-latest
6969

7070
steps:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@types/node": "^18.19.80",
4444
"extend": "3.0.2",
45-
"ibm-cloud-sdk-core": "^5.3.2"
45+
"ibm-cloud-sdk-core": "^5.4.0"
4646
},
4747
"devDependencies": {
4848
"@ibm-cloud/sdk-test-utilities": "^1.0.0",

0 commit comments

Comments
 (0)