Skip to content

Commit 6cd54e7

Browse files
committed
Update Node.js version in CI to 22.x
The GitHub Actions workflow now uses Node.js 22.x instead of 20.x for builds. This ensures compatibility with the latest Node.js features and security updates.
1 parent bdc5d16 commit 6cd54e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [20.x]
17+
node-version: [22.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)