We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242d7e6 commit aaee78dCopy full SHA for aaee78d
.github/workflows/build-latest.yaml
@@ -2,9 +2,11 @@ name: Built latest
2
3
on:
4
push:
5
- branches: [default]
+ branches:
6
+ - default
7
pull_request:
8
9
10
11
jobs:
12
build:
package.json
@@ -60,7 +60,7 @@
60
"chronokinesis": "^6.0.0",
61
"debug": "^4.3.4",
62
"eslint": "^9.3.0",
63
- "mocha": "^10.2.0",
+ "mocha": "^11.0.1",
64
"mocha-cakes-2": "^3.3.0",
65
"moddle-context-serializer": "^4.1.1",
66
"nock": "^13.5.4",
0 commit comments