Skip to content

Commit ebaab2d

Browse files
authored
Update nock. Add node 18 testing. (#556)
1 parent b0aa443 commit ebaab2d

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version:
2121
- 14.x
2222
- 16.x
23+
- 18.x
2324
include:
2425
- os: ubuntu-latest
2526
node-version: 16.x

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"koa": "^2.13.0",
4343
"lerna": "^5.5.2",
4444
"mocha": "^8.0.1",
45-
"nock": "^10.0.6",
45+
"nock": "^13.2.9",
4646
"nyc": "^15.1.0",
4747
"prettier": "^2.0.5",
4848
"rewire": "^4.0.1",

0 commit comments

Comments
 (0)