Skip to content

Commit 83f1b9d

Browse files
authored
Extend CI tests to cover nodejs18 (#1325)
* Extend CI tests to cover nodejs18. * Update nock dependencies.
1 parent 2c073d3 commit 83f1b9d

File tree

3 files changed

+25
-150
lines changed

3 files changed

+25
-150
lines changed

.github/workflows/test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version:
17-
- "16"
17+
- 18.x
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
@@ -32,6 +32,7 @@ jobs:
3232
node-version:
3333
- 14.x
3434
- 16.x
35+
- 18.x
3536
steps:
3637
- uses: actions/checkout@v1
3738
- uses: actions/setup-node@v1
@@ -52,6 +53,7 @@ jobs:
5253
node-version:
5354
- 14.x
5455
- 16.x
56+
- 18.x
5557
steps:
5658
- uses: actions/checkout@v1
5759
- uses: actions/setup-node@v1

package-lock.json

+21-148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"mocha": "^6.1.4",
228228
"mock-require": "^3.0.3",
229229
"mz": "^2.7.0",
230-
"nock": "^10.0.6",
230+
"nock": "^13.2.9",
231231
"node-fetch": "^2.6.7",
232232
"portfinder": "^1.0.28",
233233
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)