Skip to content

Commit

Permalink
ci(test): use node 16 for mocked tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 19, 2023
1 parent d931cb7 commit 3e9b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 16 # starting with Node 18, `nock` no longer intercepts requests.
- run: npm ci
- run: npm test
readmeExample:
Expand Down

0 comments on commit 3e9b5d9

Please sign in to comment.