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 2befd83 commit 34dc8ccCopy full SHA for 34dc8cc
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node
16
uses: actions/setup-node@v4
17
with:
18
- node-version: '20'
+ node-version: '22'
19
- name: Install and Build
20
run: |
21
cd docs
.github/workflows/release.yml
submodules: true
- uses: actions/setup-node@v4
- node-version: 20
+ node-version: 22
- run: npm ci
- run: npm run build
- name: semantic release
0 commit comments