Skip to content

main -> v3#59

Merged
gabrielrufino merged 3 commits intov3from
main
Oct 22, 2025
Merged

main -> v3#59
gabrielrufino merged 3 commits intov3from
main

Conversation

@gabrielrufino
Copy link
Collaborator

  • refactor: update setup-node
  • feat: add execution time measurement for npm install, build, and lint steps

@gabrielrufino gabrielrufino self-assigned this Oct 22, 2025
@gabrielrufino gabrielrufino requested a review from Copilot October 22, 2025 23:51
@gabrielrufino gabrielrufino added the enhancement New feature or request label Oct 22, 2025
@github-actions
Copy link

@actalog/node-ci

Node CI completed!

Steps

Step Status
Build success
Lint success
Test success

Statistics

  • node_modules size: 150M

Outdated packages

Package                          Current  Wanted  Latest  Location                                      Depended by
@antfu/eslint-config              4.19.0  4.19.0   6.0.0  node_modules/@antfu/eslint-config             node-ci
@commitlint/cli                   19.8.1  19.8.1  20.1.0  node_modules/@commitlint/cli                  node-ci
@commitlint/config-conventional   19.8.1  19.8.1  20.0.0  node_modules/@commitlint/config-conventional  node-ci
@faker-js/faker                    9.9.0   9.9.0  10.1.0  node_modules/@faker-js/faker                  node-ci
@vitest/coverage-v8                3.2.4   3.2.4   4.0.1  node_modules/@vitest/coverage-v8              node-ci
vitest                             3.2.4   3.2.4   4.0.1  node_modules/vitest                           node-ci

Environment

  • Runner OS: macOS
  • Runner Arch: ARM64
  • Node version: 24

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the setup-node action to v6 and adds execution time measurement for key npm operations in the composite action workflow.

Key Changes:

  • Updates actions/setup-node from v5 to v6
  • Adds time command to measure execution duration of npm install, build, and lint steps

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

@actalog/node-ci

Node CI completed!

Steps

Step Status
Build success
Lint success
Test success

Statistics

  • node_modules size: 158M

Outdated packages

Package                          Current  Wanted  Latest  Location                                      Depended by
@antfu/eslint-config              4.19.0  4.19.0   6.0.0  node_modules/@antfu/eslint-config             node-ci
@commitlint/cli                   19.8.1  19.8.1  20.1.0  node_modules/@commitlint/cli                  node-ci
@commitlint/config-conventional   19.8.1  19.8.1  20.0.0  node_modules/@commitlint/config-conventional  node-ci
@faker-js/faker                    9.9.0   9.9.0  10.1.0  node_modules/@faker-js/faker                  node-ci
@vitest/coverage-v8                3.2.4   3.2.4   4.0.1  node_modules/@vitest/coverage-v8              node-ci
vitest                             3.2.4   3.2.4   4.0.1  node_modules/vitest                           node-ci

Environment

  • Runner OS: Linux
  • Runner Arch: X64
  • Node version: 24

@github-actions
Copy link

@actalog/node-ci

Node CI completed!

Steps

Step Status
Build skipped
Lint success
Test success

Statistics

  • node_modules size: 158M

Outdated packages

Package                          Current  Wanted  Latest  Location                                      Depended by
@antfu/eslint-config              4.19.0  4.19.0   6.0.0  node_modules/@antfu/eslint-config             node-ci
@commitlint/cli                   19.8.1  19.8.1  20.1.0  node_modules/@commitlint/cli                  node-ci
@commitlint/config-conventional   19.8.1  19.8.1  20.0.0  node_modules/@commitlint/config-conventional  node-ci
@faker-js/faker                    9.9.0   9.9.0  10.1.0  node_modules/@faker-js/faker                  node-ci
@vitest/coverage-v8                3.2.4   3.2.4   4.0.1  node_modules/@vitest/coverage-v8              node-ci
vitest                             3.2.4   3.2.4   4.0.1  node_modules/vitest                           node-ci

Environment

  • Runner OS: Linux
  • Runner Arch: X64
  • Node version: 24

@github-actions
Copy link

@actalog/node-ci

Node CI completed!

Steps

Step Status
Build success
Lint success
Test success

Statistics

  • node_modules size: 158M

Outdated packages

Package                          Current  Wanted  Latest  Location                                      Depended by
@antfu/eslint-config              4.19.0  4.19.0   6.0.0  node_modules/@antfu/eslint-config             node-ci
@commitlint/cli                   19.8.1  19.8.1  20.1.0  node_modules/@commitlint/cli                  node-ci
@commitlint/config-conventional   19.8.1  19.8.1  20.0.0  node_modules/@commitlint/config-conventional  node-ci
@faker-js/faker                    9.9.0   9.9.0  10.1.0  node_modules/@faker-js/faker                  node-ci
@vitest/coverage-v8                3.2.4   3.2.4   4.0.1  node_modules/@vitest/coverage-v8              node-ci
vitest                             3.2.4   3.2.4   4.0.1  node_modules/vitest                           node-ci

Environment

  • Runner OS: Linux
  • Runner Arch: X64
  • Node version: 24

@gabrielrufino gabrielrufino merged commit 308bd6a into v3 Oct 22, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants