We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee07cb commit 5ab2f75Copy full SHA for 5ab2f75
.github/workflows/quality.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: pnpm/action-setup@v4
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 24.x
+ node-version: 22.x
21
cache: 'pnpm'
22
23
- run: pnpm install
.github/workflows/test.yml
0 commit comments