Skip to content

Update Node.js to v22 #1368

Update Node.js to v22

Update Node.js to v22 #1368

Triggered via pull request November 18, 2024 20:55
Status Success
Total duration 5m 43s
Artifacts 4

flowzone.yml

on: pull_request
Matrix: Flowzone / Event Types
Flowzone  /  Versioned source
29s
Flowzone / Versioned source
Flowzone  /  Clean GitHub release
0s
Flowzone / Clean GitHub release
Flowzone  /  Is custom
6s
Flowzone / Is custom
Flowzone  /  Is rust
6s
Flowzone / Is rust
Flowzone  /  Is npm
16s
Flowzone / Is npm
Flowzone  /  Is python
8s
Flowzone / Is python
Flowzone  /  Is docker
16s
Flowzone / Is docker
Flowzone  /  Generate release notes
15s
Flowzone / Generate release notes
Flowzone  /  Is balena
0s
Flowzone / Is balena
Flowzone  /  Is website
0s
Flowzone / Is website
Flowzone  /  Is CloudFormation
0s
Flowzone / Is CloudFormation
Flowzone  /  Lint workflows
9s
Flowzone / Lint workflows
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone  /  Finalize rust
0s
Flowzone / Finalize rust
Matrix: Flowzone / Test npm
Flowzone  /  Finalize npm
0s
Flowzone / Finalize npm
Flowzone  /  Finalize npm docs
0s
Flowzone / Finalize npm docs
Matrix: Flowzone / Test python poetry
Flowzone  /  Finalize python
0s
Flowzone / Finalize python
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone  /  Prepare deploy message
0s
Flowzone / Prepare deploy message
Flowzone  /  Finalize GitHub release
0s
Flowzone / Finalize GitHub release
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Flowzone  /  Generate SBOM for cargo
0s
Flowzone / Generate SBOM for cargo
Flowzone  /  Generate SBOM for NPM
23s
Flowzone / Generate SBOM for NPM
Flowzone  /  Generate SBOM for python
0s
Flowzone / Generate SBOM for python
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Flowzone  /  Publish npm
0s
Flowzone / Publish npm
Flowzone  /  Publish to test PyPI
0s
Flowzone / Publish to test PyPI
Matrix: Flowzone / Publish balena
Flowzone  /  Publish website
0s
Flowzone / Publish website
Matrix: Flowzone / Publish docker
Flowzone  /  All tests
3s
Flowzone / All tests
Matrix: Flowzone / Always custom
Flowzone  /  Publish Github release
7s
Flowzone / Publish Github release
Flowzone  /  All jobs
0s
Flowzone / All jobs
Flowzone  /  Auto-merge
0s
Flowzone / Auto-merge
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
Flowzone / Test npm (22.x): src/action.ts#L46
Prefer using an optional chain expression instead, as it's more concise and easier to read
Flowzone / Test npm (22.x): src/balena-utils.ts#L121
Template literal expression is unnecessary and can be simplified
Flowzone / Test npm (22.x): src/balena-utils.ts#L161
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): src/balena-utils.ts#L161
Returning a void expression from a function is forbidden. Please move it before the `return` statement
Flowzone / Test npm (22.x): src/balena-utils.ts#L167
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): src/balena-utils.ts#L212
This assertion is unnecessary since it does not change the type of the expression
Flowzone / Test npm (22.x): tests/src/balena-utils.spec.ts#L88
Async method 'getAllByApplication' has no 'await' expression
Flowzone / Test npm (22.x): tests/src/git.spec.ts#L27
Async arrow function has no 'await' expression
Flowzone / Test npm (22.x): tests/src/git.spec.ts#L43
Async arrow function has no 'await' expression
Flowzone / Test npm (18.x): src/action.ts#L46
Prefer using an optional chain expression instead, as it's more concise and easier to read
Flowzone / Test npm (18.x): src/balena-utils.ts#L121
Template literal expression is unnecessary and can be simplified
Flowzone / Test npm (18.x): src/balena-utils.ts#L161
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (18.x): src/balena-utils.ts#L161
Returning a void expression from a function is forbidden. Please move it before the `return` statement
Flowzone / Test npm (18.x): src/balena-utils.ts#L167
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (18.x): src/balena-utils.ts#L212
This assertion is unnecessary since it does not change the type of the expression
Flowzone / Test npm (18.x): tests/src/balena-utils.spec.ts#L88
Async method 'getAllByApplication' has no 'await' expression
Flowzone / Test npm (18.x): tests/src/git.spec.ts#L27
Async arrow function has no 'await' expression
Flowzone / Test npm (18.x): tests/src/git.spec.ts#L43
Async arrow function has no 'await' expression
Flowzone / Test npm (20.x): src/action.ts#L46
Prefer using an optional chain expression instead, as it's more concise and easier to read
Flowzone / Test npm (20.x): src/balena-utils.ts#L121
Template literal expression is unnecessary and can be simplified
Flowzone / Test npm (20.x): src/balena-utils.ts#L161
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (20.x): src/balena-utils.ts#L161
Returning a void expression from a function is forbidden. Please move it before the `return` statement
Flowzone / Test npm (20.x): src/balena-utils.ts#L167
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (20.x): src/balena-utils.ts#L212
This assertion is unnecessary since it does not change the type of the expression
Flowzone / Test npm (20.x): tests/src/balena-utils.spec.ts#L88
Async method 'getAllByApplication' has no 'await' expression
Flowzone / Test npm (20.x): tests/src/git.spec.ts#L27
Async arrow function has no 'await' expression
Flowzone / Test npm (20.x): tests/src/git.spec.ts#L43
Async arrow function has no 'await' expression
Legacy key/value format with whitespace separator should not be used: Dockerfile#L42
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L28
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Flowzone / Publish docker (ghcr.io/balena-io/deploy-to-balena-action, default, default, amd64)
gpg: key "FB5DB77FD5C118B80511ADA8A6310ACC4672475C" not found gpg: FB5DB77FD5C118B80511ADA8A6310ACC4672475C: delete key failed: Not found
Flowzone / Publish docker (ghcr.io/balena-io/deploy-to-balena-action, default, default, amd64)
Publishing Docker images without docker compose tests!
Flowzone / Publish custom (ubuntu-22.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Publish custom (ubuntu-22.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']

Artifacts

Produced during runtime
Name Size
balena-io~deploy-to-balena-action~O7LY54.dockerbuild
45.8 KB
docker-default-amd64 Expired
177 MB
gh-release-sbom-npm
129 KB
release-notes Expired
22.1 KB