From c59defdd94f71c2e4f75059d81993722ae7c0594 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Mon, 29 Jan 2024 21:42:30 -0800 Subject: [PATCH] full rollback --- .github/workflows/deploy-docusaurus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docusaurus.yml b/.github/workflows/deploy-docusaurus.yml index 8514cde..40196d8 100644 --- a/.github/workflows/deploy-docusaurus.yml +++ b/.github/workflows/deploy-docusaurus.yml @@ -14,12 +14,12 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v2 # Node is required for npm - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v2 with: - node-version: 20 + node-version: 18 # Install and build Docusaurus website - name: Build Docusaurus website run: |