Skip to content

Commit a015738

Browse files
committed
ci(client): update Node.js version to 22.x for tests
- Upgrade node-version from 18.x to 22.x in client.yml to support Vite 7/ESLint 9 dependencies
1 parent 8b3f47d commit a015738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/setup-node@v6
8989
with:
90-
node-version: 18.x
90+
node-version: 22.x
9191
- uses: actions/checkout@v6
9292
- uses: actions/cache@v4
9393
with:

0 commit comments

Comments
 (0)