Commit 5bd3509a authored by Dan Allen's avatar Dan Allen
Browse files

comment out outdated patch when using Node.js 22.3.x

parent 0a01a83c
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -97,10 +97,10 @@ test:node-22-linux:
  extends: .npm
  image: node:22.4-$LINUX_DISTRO
  <<: *unless_docs_mr
  script:
  # patch required when using Node.js 22.3.0; see https://github.com/isomorphic-git/isomorphic-git/issues/1933
  - sed -i 's/let supportsCompressionStream = null/let supportsCompressionStream = false/' node_modules/isomorphic-git/index.cjs
  - npm test
  #script:
  ## patch required when using Node.js 22.3.0; see https://github.com/isomorphic-git/isomorphic-git/issues/1933
  #- sed -i 's/let supportsCompressionStream = null/let supportsCompressionStream = false/' node_modules/isomorphic-git/index.cjs
  #- npm test
test:macos:
  extends: .npm
  image: macos-12-xcode-14