diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a66e7bb..c161d34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "20" # Install and build Docusaurus website - name: Build Docusaurus website run: |