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 613ba4f commit 01d5775Copy full SHA for 01d5775
.github/workflows/node.js.yml
@@ -36,5 +36,5 @@ jobs:
36
${{ runner.os }}-yarn-
37
- run: yarn
38
- run: yarn lintcheck
39
- - run: yarn test
+ - run: yarn test --runInBand
40
- run: yarn e2e
package.json
@@ -31,8 +31,8 @@
31
"puppeteer": "^2.0.0"
32
},
33
"devDependencies": {
34
- "fastify": "2.14.1",
35
- "fastify-static": "2.7.0",
+ "fastify": "3.0.1",
+ "fastify-static": "3.1.0",
"jest": "26.1.0",
"prettier": "2.0.5"
0 commit comments