Skip to content

Commit c368ade

Browse files
committed
Update Node.js version in GitHub Actions workflow from 20 to 22.14.0 for improved compatibility and performance.
1 parent bbcb55e commit c368ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ matrix.enabled }}
9898
uses: actions/setup-node@v4
9999
with:
100-
node-version: 20
100+
node-version: 22.14.0
101101
cache: pnpm
102102

103103
- name: Install frontend dependencies

0 commit comments

Comments
 (0)