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 534d1be commit f1fa449Copy full SHA for f1fa449
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: '18'
+ node-version: '20'
15
- run: npm ci --ignore-scripts
16
- run: npm run build
17
- run: npm test
.github/workflows/pages.yaml
- run: npm run doc
0 commit comments