redux icon indicating copy to clipboard operation
redux copied to clipboard

Use default Node version in CI

Open nickserv opened this issue 2 years ago • 3 comments

Deprecated Node versions are used in CI, potentially causing security and reliability issues. Instead, it's better to use GitHub's default Node version, which also doesn't require additional downloads or installations.

nickserv avatar Sep 13 '23 01:09 nickserv

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 5daad8a1834b088681373a499a7729384b877741:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration

codesandbox-ci[bot] avatar Sep 13 '23 01:09 codesandbox-ci[bot]

The size action is warning because of https://github.com/preactjs/compressed-size-action/issues/93 but it seems like it's safe to ignore as it already runs on Node 16:

The following actions uses node12 which is deprecated and will be forced to run on node16: preactjs/compressed-size-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

nickserv avatar Sep 13 '23 02:09 nickserv

Blocked by reduxjs/redux-toolkit#3715

nickserv avatar Sep 13 '23 03:09 nickserv

This should be superseded by #4680

timdorr avatar Mar 10 '24 03:03 timdorr