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 7303b21 commit 53799b6Copy full SHA for 53799b6
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: '20'
+ node-version: '22'
19
cache: npm
20
- run: npm install
21
- run: npm run build
0 commit comments