Skip to content

Commit

Permalink
change node version to 16 for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Jul 19, 2022
1 parent c9e221b commit 0a6056d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a6056d

Please sign in to comment.