Skip to content

Commit

Permalink
fix node versions
Browse files Browse the repository at this point in the history
because nock/nock#2595
the issue seems to have been introduced in node.js 20.10
taskcluster/taskcluster#6923
  • Loading branch information
mifi committed Apr 14, 2024
1 parent a6bf417 commit 9a66c5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, latest]
node-version: [18.x, 20.9.0]
# TODO instead once got upgraded to 13
# node-version: [20.x, latest]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 9a66c5f

Please sign in to comment.