Skip to content

Commit 4d2de35

Browse files
fixing github action
1 parent e18e069 commit 4d2de35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

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

2121
steps:
2222
- uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ DynamicsWebApi is a Microsoft Dataverse Web API helper library written in Typesc
1010
It is compatible with: Microsoft Dataverse, Microsoft Dynamics 365: Customer Service, Field Service, Marketing, Project Operations, Talents, Sales and any application built on Microsoft Power Apps platform.
1111
As well as Microsoft Dynamics 365 CE (online), Microsoft Dynamics 365 CE (on-premises), Microsoft Dynamics CRM 2016, Microsoft Dynamics CRM Online.
1212

13+
**Please Note!** This documentation is for Version 2. If you are working with v1, please check [this instead](/tree/v1).
14+
1315
Please check [DynamicsWebApi Wiki](../../wiki/) where you will find documentation to DynamicsWebApi API and more.
1416

15-
Browser-compiled script and type definitions can be found in [dist](/dist/) folder.
17+
Browser-compiled script and type definitions can be found in a [dist](/dist/) folder.
1618

1719
## Main Features
1820

0 commit comments

Comments
 (0)