Skip to content

Add support template types #27

Add support template types

Add support template types #27

Triggered via pull request November 22, 2023 18:59
Status Failure
Total duration 2m 23s
Artifacts

ci.yml

on: pull_request
Matrix: PHPStan
Matrix: PHPUnit
Fit to window
Zoom out
Zoom in

Annotations

132 errors and 12 warnings
PHPUnit (PHP 7.2 on ubuntu-20.04)
Process completed with exit code 255.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 8.2 on ubuntu-20.04)
Process completed with exit code 2.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 8 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 8 on ubuntu-20.04)
Process completed with exit code 2.
PHPUnit (PHP 8.1 on ubuntu-20.04)
Process completed with exit code 2.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 7.3 on ubuntu-20.04)
Process completed with exit code 255.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 7.4 on ubuntu-20.04)
Process completed with exit code 2.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.2 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8.2 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8.2 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.4 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.4 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.4 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8.1 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 8.1 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 8.1 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.3 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.3 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.3 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 7.3 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 7.2 on windows-2019)
Process completed with exit code 1.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 8 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 8 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 8 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L19
PHPDoc tag @param for parameter $observerOrOnNext with type (callable)|Rx\ObserverInterface is not subtype of native type callable.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L19
Template type T of method Rx\Notification::accept() is not referenced in a parameter.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L27
Method Rx\Notification::accept() with return type void returns void but should not return anything.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L27
Parameter #2 $onError of method Rx\Notification::doAccept() expects callable(Throwable): void, (callable(Throwable): void)|null given.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L27
Parameter #3 $onCompleted of method Rx\Notification::doAccept() expects callable(): void, (callable(): void)|null given.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L27
Result of method Rx\Notification::doAccept() (void) is used.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L30
Method Rx\Notification::equals() has parameter $other with no type specified.
PHPStan (PHP 7.2 on windows-2019): src/Notification.php#L32
Cannot cast $this(Rx\Notification) to string.
PHPStan (PHP 7.2 on windows-2019): src/Notification/OnNextNotification.php#L39
Parameter #1 $ of callable callable(T): void expects T, T given.
PHPStan (PHP 7.2 on windows-2019): src/Notification/OnNextNotification.php#L47
Method Rx\Notification\OnNextNotification::equals() has parameter $other with no type specified.
PHPUnit (PHP 8.2 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 7.4 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 8 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 8.1 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 7.2 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.3 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.4 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.3 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.2 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.4 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/