Skip to content

Commit 14b6a27

Browse files
committed
updated library version
1 parent 7ccc968 commit 14b6a27

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/forty-brooms-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cloudways-js-client": patch
3+
---
4+
5+
Updated the build process to import cloudways services

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 18.x
17+
node-version: 20.x
1818
cache: "npm"
1919

2020
- name: Install Dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18.x
28+
node-version: 20.x
2929
cache: "npm"
3030

3131
- name: Install Dependencies

0 commit comments

Comments
 (0)