diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 4cc167fd2dd..cc843900731 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -17,7 +17,7 @@ jobs: pages: write id-token: write with: - node_version: 14 + node_version: 16 install: npm ci && cd docs && npm ci && cd .. build: npm run build:docs:preview output_dir: docs/public diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index d2266bc8405..0cd2201dd82 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -38,7 +38,7 @@ jobs: if: ${{ needs.guard.outputs.should_deploy == 'true' }} uses: primer/.github/.github/workflows/deploy.yml@main with: - node_version: 14 + node_version: 16 install: npm ci && cd docs && npm ci && cd .. build: npm run build:docs output_dir: docs/public