Skip to content

Commit

Permalink
Extend CI tests to cover nodejs18 (#1325)
Browse files Browse the repository at this point in the history
* Extend CI tests to cover nodejs18.

* Update nock dependencies.
  • Loading branch information
taeold committed Dec 12, 2022
1 parent 2c073d3 commit 83f1b9d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 150 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- "16"
- 18.x
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -32,6 +32,7 @@ jobs:
node-version:
- 14.x
- 16.x
- 18.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -52,6 +53,7 @@ jobs:
node-version:
- 14.x
- 16.x
- 18.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
169 changes: 21 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -227,7 +227,7 @@
"mocha": "^6.1.4",
"mock-require": "^3.0.3",
"mz": "^2.7.0",
"nock": "^10.0.6",
"nock": "^13.2.9",
"node-fetch": "^2.6.7",
"portfinder": "^1.0.28",
"prettier": "^2.7.1",
Expand Down

0 comments on commit 83f1b9d

Please sign in to comment.