Skip to content

Commit 01d5775

Browse files
authored
upgrade both fastify dev dependencies (#386)
* upgrade both fastify dev dependencies * runInBand
1 parent 613ba4f commit 01d5775

File tree

3 files changed

+142
-142
lines changed

3 files changed

+142
-142
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
${{ runner.os }}-yarn-
3737
- run: yarn
3838
- run: yarn lintcheck
39-
- run: yarn test
39+
- run: yarn test --runInBand
4040
- run: yarn e2e

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"puppeteer": "^2.0.0"
3232
},
3333
"devDependencies": {
34-
"fastify": "2.14.1",
35-
"fastify-static": "2.7.0",
34+
"fastify": "3.0.1",
35+
"fastify-static": "3.1.0",
3636
"jest": "26.1.0",
3737
"prettier": "2.0.5"
3838
},

0 commit comments

Comments
 (0)