Skip to content

Commit 2eff7a5

Browse files
authored
Fix CI for Node 16.15.1 (#2123)
* update package-lock for node 16.15.1 * use Node 14 for docs * Use Node 14 for deploy production
1 parent 74e1d13 commit 2eff7a5

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Preview
1414
uses: primer/.github/.github/workflows/deploy_preview.yml@main
1515
with:
16-
node_version: 16
16+
node_version: 14
1717
install: npm ci && cd docs && npm ci && cd ..
1818
build: npm run build:docs:preview
1919
output_dir: docs/public

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ needs.guard.outputs.should_deploy == 'true' }}
3939
uses: primer/.github/.github/workflows/deploy.yml@main
4040
with:
41-
node_version: 16
41+
node_version: 14
4242
install: npm ci && cd docs && npm ci && cd ..
4343
build: npm run build:docs
4444
output_dir: docs/public

package-lock.json

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)