Skip to content

Commit f1fa48a

Browse files
authored
Merge pull request #567 from SolidOS/newNodeVersion
Update Node version to 20.19.2
2 parents 74e8020 + 3323c66 commit f1fa48a

File tree

4 files changed

+3960
-4408
lines changed

4 files changed

+3960
-4408
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version:
1818
- 18.x
1919
- 20.x
20+
- 22.x
2021
steps:
2122
- uses: actions/checkout@v4
2223
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,8 +26,9 @@ jobs:
2526
node-version: ${{ matrix.node-version }}
2627
- run: npm ci
2728
- run: npm test
28-
- run: npm run doc
2929
- run: npm run build
30+
- run: npm run doc
31+
- run: npm run build-storybook
3032
- name: Save build
3133
if: matrix.node-version == '20.x'
3234
uses: actions/upload-artifact@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.19.0
1+
v20.19.2

0 commit comments

Comments
 (0)