Skip to content

Commit 7f59db3

Browse files
authored
fix: updated the build ci pipeline (#689)
Signed-off-by: Achanandhi-M <[email protected]>
1 parent b7c5b0e commit 7f59db3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_and_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v5
2020
with:
21-
node-version: 18.0.0
21+
node-version: 20.0.0
2222

2323
- name: Install Dependencies
2424
run: npm install

versioned_docs/version-2.0.0/keploy-explained/debugger-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the
1818

1919
If running and debugging is not yet configured (no `launch.json` has been created), VS Code shows the Run start view.
2020

21-
Click on **create a launch.json file** 👉 **Go** : Launch Package**
21+
Click on **create a launch.json file** 👉 **Go** : Launch Package\*\*
2222

2323
Navigate to `launch.json` to begin crafting JSON objects.
2424

versioned_docs/version-3.0.0/keploy-explained/debugger-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the
1818

1919
If running and debugging is not yet configured (no `launch.json` has been created), VS Code shows the Run start view.
2020

21-
Click on **create a launch.json file** 👉 **Go** : Launch Package**
21+
Click on **create a launch.json file** 👉 **Go** : Launch Package\*\*
2222

2323
Navigate to `launch.json` to begin crafting JSON objects.
2424

0 commit comments

Comments
 (0)