Skip to content

Commit d9f7bb5

Browse files
authored
Migrate from "config-ini-parser" to "ini" (#111)
* Migrate from "config-ini-parser" to "ini" * Update proto * Bump node * Bump node in tests
1 parent f6a8eeb commit d9f7bb5

File tree

6 files changed

+8717
-5866
lines changed

6 files changed

+8717
-5866
lines changed

.github/actions/test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: 14.19.0
37+
node-version: 18.17.0
3838

3939
- name: Install dependencies
4040
run: npm ci

.github/workflows/sdk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 14.19.0
16+
node-version: 18.17.0
1717

1818
- name: Install dependencies
1919
run: npm ci

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REST APIs from JavaScript. The SDK provides first class TypeScript support.
1111

1212
### Requirements
1313

14-
- Node.js 14+
14+
- Node.js 18+
1515

1616
### Installing the SDK
1717

0 commit comments

Comments
 (0)