Skip to content

Bump express from 4.18.0 to 4.19.2 #162

Bump express from 4.18.0 to 4.19.2

Bump express from 4.18.0 to 4.19.2 #162

Triggered via pull request May 3, 2024 18:35
Status Success
Total duration 1m 20s
Artifacts

lint-test-sdk.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
lint-test-sdk
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-test-sdk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, google-github-actions/setup-gcloud@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-test-sdk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-test-sdk: src/configuration-store.spec.ts#L24
Replace `"hello":·"world",·"bye":·"world"` with `hello:·'world',·bye:·'world'·`
lint-test-sdk: src/configuration-store.spec.ts#L25
Replace `"hello")).toEqual("world"` with `'hello')).toEqual('world'`
lint-test-sdk: src/configuration-store.spec.ts#L26
Replace `"bye")).toEqual("world"` with `'bye')).toEqual('world'`
lint-test-sdk: src/configuration-store.spec.ts#L28
Replace `"hello":·"world"` with `hello:·'world'·`
lint-test-sdk: src/configuration-store.spec.ts#L29
Replace `"hello")).toEqual("world"` with `'hello')).toEqual('world'`
lint-test-sdk: src/configuration-store.spec.ts#L30
Replace `"bye"` with `'bye'`
lint-test-sdk: test/testHelpers.ts#L82
Insert `⏎············`