We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659c24 commit 51d36d3Copy full SHA for 51d36d3
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
version: 11.0.6
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 20
+ node-version: 24
18
cache: pnpm
19
- run: pnpm install --frozen-lockfile
20
- run: pnpm lint
.github/workflows/live-smoke.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: pnpm build
0 commit comments