diff --git a/.github/workflows/deploy-jan-docs.yml b/.github/workflows/deploy-jan-docs.yml index 68a10b4bc..80583d4d3 100644 --- a/.github/workflows/deploy-jan-docs.yml +++ b/.github/workflows/deploy-jan-docs.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 cache: 'npm' cache-dependency-path: './docs/package-lock.json'