Skip to content

Commit 541635c

Browse files
v2.1.6; changes to ci
1 parent bf2edeb commit 541635c

17 files changed

+2781
-6369
lines changed

.github/workflows/build-test-coverage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x, 22.x]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
2828
- run: npm ci
2929
# - run: npm run build --if-present
3030
- run: npm test
3131
- name: Prepare coverage
32-
if: ${{ matrix.node-version == '16.x' }}
32+
if: ${{ matrix.node-version == '20.x' }}
3333
run: npm run coverage
3434
- name: Publish to Coveralls
35-
if: ${{ matrix.node-version == '16.x' }}
36-
uses: coverallsapp/github-action@master
35+
if: ${{ matrix.node-version == '20.x' }}
36+
uses: coverallsapp/github-action@v2
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As well as Microsoft Dynamics 365 CE (online), Microsoft Dynamics 365 CE (on-pre
1313
## Main Features
1414

1515
- **Microsoft Dataverse Search API**. Access the full power of its Search, Suggestion and Autocomplete capabilities.
16-
- **Batch Requests**. Convert all requests into a Batch operation with twi lines of code.
16+
- **Batch Requests**. Convert all requests into a Batch operation with two lines of code.
1717
- **Simplicity and Automation**. Such as automated paging, big file downloading/uploading in chunks of data, automated conversion of requests with long URLs into a Batch Request in the background and more!
1818
- **CRUD operations**. Including Fetch XML, Actions and Functions in Microsoft Dataverse Web API.
1919
- **Table Definitions (Entity Metadata)**. Query and modify Table, Column, Choice (Option Set) and Relationship definitions.

0 commit comments

Comments
 (0)