Skip to content

Commit

Permalink
Temporarily disable node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 17, 2023
1 parent 837153a commit a188c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node_version:
- "18"
- "20"
# - "20" # disabled until http instrumentation can be fixed
runs-on: ubuntu-latest
env:
NPM_CONFIG_UNSAFE_PERM: true
Expand All @@ -40,7 +40,7 @@ jobs:
npm run test
- name: Report Coverage
run: npm run codecov
if: ${{ matrix.node_version == '20' }}
if: ${{ matrix.node_version == '18' }}
node-windows-tests:
runs-on: windows-latest
env:
Expand Down

0 comments on commit a188c85

Please sign in to comment.