diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bdda5ff49..87311e77d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: npm install - run: npm run build - run: cp .asf.yaml build/.asf.yaml diff --git a/docs/guide/usage-examples.md b/docs/guide/usage-examples.md index 6cc7e6503..c74e7b4df 100644 --- a/docs/guide/usage-examples.md +++ b/docs/guide/usage-examples.md @@ -1,7 +1,6 @@ --- title: Usage Examples sidebar_position: 5 -id: examples ---