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 084d2f0 commit c21e3c6Copy full SHA for c21e3c6
2 files changed
.github/workflows/check.yml
@@ -6,6 +6,8 @@ jobs:
6
steps:
7
- uses: actions/checkout@v5
8
- uses: actions/setup-node@v5
9
+ with:
10
+ cache: npm
11
- run: npm ci
12
- run: npm test
13
- run: cd examples && npm ci
.github/workflows/publish-docs.yml
@@ -19,6 +19,8 @@ jobs:
19
20
21
22
23
24
25
- run: npm run doc
26
- uses: actions/configure-pages@v5
0 commit comments