Next major version #6844
ci.yml
on: pull_request
lint
53s
dockertest
1m 21s
test_unit
1m 13s
test_integration
20m 21s
test_system
47s
Matrix: build
Annotations
3 errors and 18 warnings
|
test_system
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/ocean-node/ocean-node/ocean-node'. No such file or directory
|
|
test_system
Process completed with exit code 1.
|
|
test_system
The process '/usr/bin/git' failed with exit code 1
|
|
test_system
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest, 24.19.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
src/test/integration/services.test.ts#L454
Use object destructuring
|
|
lint:
src/test/integration/services.test.ts#L261
Found writeFile from package "fs/promises" with non literal argument at index 0
|
|
lint:
src/index.ts#L258
Found readFileSync from package "fs" with non literal argument at index 0
|
|
lint:
src/index.ts#L257
Found readFileSync from package "fs" with non literal argument at index 0
|
|
lint:
src/components/database/sqliteClient.ts#L34
Found mkdirSync from package "fs" with non literal argument at index 0
|
|
lint:
src/components/core/service/templateLoader.ts#L74
Found readFile from package "fs/promises" with non literal argument at index 0
|
|
lint:
src/components/core/service/templateLoader.ts#L41
Found readdir from package "fs/promises" with non literal argument at index 0
|
|
lint:
src/components/core/service/templateLoader.ts#L27
Found readFile from package "fs/promises" with non literal argument at index 0
|
|
lint:
src/components/core/admin/pushConfigHandler.ts#L89
Found writeFile from package "fs" with non literal argument at index 0
|
|
lint:
src/components/core/admin/pushConfigHandler.ts#L55
Found readFile from package "fs" with non literal argument at index 0
|
|
test_unit
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_unit
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|
|
dockertest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_integration
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_integration
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|