Skip to content

chore(deps): update all dependencies #183

chore(deps): update all dependencies

chore(deps): update all dependencies #183

Triggered via pull request April 3, 2026 13:12
Status Failure
Total duration 1m 27s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/scrapers/scrapers.spec.ts > BasicScraper > should respect cache options: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ BasicScraper.scrape src/scrapers/basic.ts:78:18 ❯ src/scrapers/scrapers.spec.ts:116:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:47.653Z' }
src/scrapers/scrapers.spec.ts > BasicScraper > should use DOM spider when specified: src/adapters/dom.ts#L221
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ DomAdapter.fetch src/adapters/dom.ts:221:15 ❯ BasicScraper.scrape src/scrapers/basic.ts:78:18 ❯ src/scrapers/scrapers.spec.ts:77:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:45.663Z' }
src/scrapers/scrapers.spec.ts > BasicScraper > should scrape a simple page: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ BasicScraper.scrape src/scrapers/basic.ts:78:18 ❯ src/scrapers/scrapers.spec.ts:42:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:44.796Z' }
src/index.spec.ts > DomAdapter > should cache processed pages: src/adapters/dom.ts#L221
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ DomAdapter.fetch src/adapters/dom.ts:221:15 ❯ src/index.spec.ts:164:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:49.209Z' }
src/index.spec.ts > DomAdapter > should process HTML with happy-dom: src/adapters/dom.ts#L221
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ DomAdapter.fetch src/adapters/dom.ts:221:15 ❯ src/index.spec.ts:151:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:48.481Z' }
src/index.spec.ts > DomAdapter > should fetch and process a page: src/adapters/dom.ts#L221
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ DomAdapter.fetch src/adapters/dom.ts:221:15 ❯ src/index.spec.ts:137:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:47.753Z' }
src/index.spec.ts > SimpleAdapter > should bypass cache when cache=false: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ src/index.spec.ts:121:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:47.026Z' }
src/index.spec.ts > SimpleAdapter > should handle custom headers and timeout: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ src/index.spec.ts:108:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:46.298Z' }
src/index.spec.ts > SimpleAdapter > should cache fetched pages: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ src/index.spec.ts:58:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:45.570Z' }
src/index.spec.ts > SimpleAdapter > should fetch a page with links: src/adapters/simple.ts#L196
NetworkError: Failed to fetch page: unable to get local issuer certificate ❯ SimpleAdapter.fetch src/adapters/simple.ts:196:15 ❯ src/index.spec.ts:40:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NETWORK_ERROR', context: { url: 'https://example.com', error: 'unable to get local issuer certificate', stack: 'Error: unable to get local issuer certificate\n at TLSSocket.onConnectSecure (node:internal/tls/wrap:1653:34)\n at TLSSocket.emit (node:events:508:28)\n at TLSSocket._finishInit (node:internal/tls/wrap:1099:8)\n at TLSWrap.ssl.onhandshakedone (node:internal/tls/wrap:885:12)' }, timestamp: '2026-04-03T13:13:44.839Z' }
Run Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/