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 05bb57d commit ae3555eCopy full SHA for ae3555e
.github/workflows/draft.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v6
21
- uses: actions/setup-node@v6
22
with:
23
- node-version: 20.x
+ node-version: 24.x
24
cache: yarn
25
- run: yarn install --frozen-lockfile
26
- run: yarn test:format
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
0 commit comments