Skip to content

Commit

Permalink
feat: update Node.js version in CI workflow
Browse files Browse the repository at this point in the history
This commit changes the Node.js version used in the GitHub Actions
CI workflow from a specific version (22.x) to the latest Long Term
Support (LTS) version. This ensures the project is always tested
against a stable and supported Node.js version.
  • Loading branch information
ryoppippi committed Aug 6, 2024
1 parent c3f9efc commit e6b5109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
NODE_VERSION: 22.x
NODE_VERSION: lts/*


jobs:
Expand Down

0 comments on commit e6b5109

Please sign in to comment.