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 3d4c2e3 commit f80460cCopy full SHA for f80460c
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v4
8
- uses: actions/setup-node@v4
9
with:
10
- node-version: '20'
+ node-version: '22'
11
- run: npm ci
12
- run: npm run build
13
- run: npm run format
0 commit comments