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.
2 parents 74e8020 + 3323c66 commit f1fa48aCopy full SHA for f1fa48a
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version:
18
- 18.x
19
- 20.x
20
+ - 22.x
21
steps:
22
- uses: actions/checkout@v4
23
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,8 +26,9 @@ jobs:
25
26
node-version: ${{ matrix.node-version }}
27
- run: npm ci
28
- run: npm test
- - run: npm run doc
29
- run: npm run build
30
+ - run: npm run doc
31
+ - run: npm run build-storybook
32
- name: Save build
33
if: matrix.node-version == '20.x'
34
uses: actions/upload-artifact@v4
.nvmrc
@@ -1 +1 @@
1
-v18.19.0
+v20.19.2
0 commit comments