Skip to content

Commit 52c62ae

Browse files
actions should run on dev branch; bumping up some dependencies
1 parent f031586 commit 52c62ae

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: DynamicsWebApi CI
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "dev" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "dev" ]
1111

1212
jobs:
1313
build:

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/sinon": "^10.0.20",
4646
"@types/xrm": "^9.0.82",
4747
"Base64": "^1.3.0",
48-
"chai": "^5.1.2",
48+
"chai": "^5.2.0",
4949
"copyfiles": "^2.4.1",
5050
"esbuild": "^0.25.0",
5151
"glob": "^11.0.1",
@@ -54,7 +54,7 @@
5454
"nock": "^14.0.1",
5555
"npm-run-all": "^4.1.5",
5656
"nyc": "^17.1.0",
57-
"prettier": "^3.5.0",
57+
"prettier": "^3.5.1",
5858
"rimraf": "^6.0.1",
5959
"sinon": "^19.0.2",
6060
"tsx": "^4.19.2",

0 commit comments

Comments
 (0)