fix: parse session age as seconds inside file store #91
checks.yml
on: push
lint
/
lint
49s
typecheck
/
typecheck
56s
Matrix: test_linux
Matrix: test_windows
Annotations
11 errors and 4 warnings
lint / lint:
src/stores/file.ts#L103
Replace `(string.seconds.parse(this.#age)·*·1000)` with `string.seconds.parse(this.#age)·*·1000`
|
lint / lint
Process completed with exit code 1.
|
test_linux (21.x):
src/stores/file.ts#L103
Replace `(string.seconds.parse(this.#age)·*·1000)` with `string.seconds.parse(this.#age)·*·1000`
|
test_linux (21.x)
Process completed with exit code 1.
|
test_linux (20.10.0)
The job was canceled because "_21_x" failed.
|
test_linux (20.10.0):
src/stores/file.ts#L103
Replace `(string.seconds.parse(this.#age)·*·1000)` with `string.seconds.parse(this.#age)·*·1000`
|
test_linux (20.10.0)
Process completed with exit code 1.
|
test_windows (20.10.0):
src/stores/file.ts#L103
Replace `(string.seconds.parse(this.#age)·*·1000)` with `string.seconds.parse(this.#age)·*·1000`
|
test_windows (20.10.0)
Process completed with exit code 1.
|
test_windows (21.x)
The job was canceled because "_20_10_0" failed.
|
test_windows (21.x)
The operation was canceled.
|
test_linux (21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_linux (21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_windows (20.10.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_windows (20.10.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|