Skip to content

Commit 5ab2f75

Browse files
fix: node version
1 parent eee07cb commit 5ab2f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 24.x
20+
node-version: 22.x
2121
cache: 'pnpm'
2222

2323
- run: pnpm install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 24.x
20+
node-version: 22.x
2121
cache: 'pnpm'
2222

2323
- run: pnpm install

0 commit comments

Comments
 (0)