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 3abe8f8 commit bbb1ba3Copy full SHA for bbb1ba3
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 22
+ node-version: 24
17
- run: npm install -g pnpm
18
- run: pnpm install --no-frozen-lockfile
19
- run: pnpm run build
0 commit comments