kube-logging / kube-logging.github.io

Logging operator documentation
https://kube-logging.dev/
Apache License 2.0
6 stars 56 forks source link

chore(ci): update node-version to v18 #226

Closed OverOrion closed 9 months ago

OverOrion commented 9 months ago

A currently made PR shows that currently the CI is broken:

hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168+extended linux/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
Error: Error building site: POSTCSS: failed to transform "scss/main.css" (text/css): file:///home/runner/work/kube-logging.github.io/kube-logging.github.io/node_modules/@sindresorhus/merge-streams/index.js:2
Total in 2905 ms
import {PassThrough as PassThroughStream, getDefaultHighWaterMark} from 'node:stream';
                                          ^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: The requested module 'node:stream' does not provide an export named 'getDefaultHighWaterMark'
    at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
    at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
    at async loadESM (node:internal/process/esm_loader:91:5)
    at async handleMainPromise (node:internal/modules/run_main:[6](https://github.com/kube-logging/kube-logging.github.io/actions/runs/7901445427/job/21565614632?pr=225#step:7:7)5:[12](https://github.com/kube-logging/kube-logging.github.io/actions/runs/7901445427/job/21565614632?pr=225#step:7:13))
npm notice

Let's see if a node-version upgrade fixes it.