Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 4940f8f

Browse files
committed
feat(ci.yaml): use LTS version of Node.js
This change updates the Node.js version used in the GitHub Actions workflow from 22.x to the latest Long Term Support (LTS) version. This ensures stability and long-term compatibility for the project.
1 parent 2d3be1d commit 4940f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
NODE_VERSION: 22.x
8+
NODE_VERSION: lts/*
99

1010
jobs:
1111
ci:

0 commit comments

Comments
 (0)