Skip to content

Commit

Permalink
actions should run on dev branch; bumping up some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrRogov committed Feb 16, 2025
1 parent f031586 commit 52c62ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: DynamicsWebApi CI

on:
push:
branches: [ "master" ]
branches: [ "dev" ]
pull_request:
branches: [ "master" ]
branches: [ "dev" ]

jobs:
build:
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/sinon": "^10.0.20",
"@types/xrm": "^9.0.82",
"Base64": "^1.3.0",
"chai": "^5.1.2",
"chai": "^5.2.0",
"copyfiles": "^2.4.1",
"esbuild": "^0.25.0",
"glob": "^11.0.1",
Expand All @@ -54,7 +54,7 @@
"nock": "^14.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^17.1.0",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"tsx": "^4.19.2",
Expand Down

0 comments on commit 52c62ae

Please sign in to comment.