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 9d4c326 commit 3bb0eb7
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/*


Check failure on line 10 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / ci

More than 1 blank line not allowed
jobs:
Expand Down

0 comments on commit 3bb0eb7

Please sign in to comment.