Skip to content

Commit 419fac9

Browse files
Merge branch 'main' into changeset-release/main
2 parents 7a5424f + 668e3f9 commit 419fac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and deploy
1616
uses: primer/.github/.github/workflows/deploy.yml@main
1717
with:
18-
node_version: 16
18+
node_version: 18
1919
install: npm ci --legacy-peer-deps --no-audit --no-fund && cd docs && npm ci --legacy-peer-deps --no-audit --no-fund && cd ..
2020
build: cd docs && npm run build
2121
output_dir: docs/public

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build and deploy
1515
uses: primer/.github/.github/workflows/deploy_preview.yml@main
1616
with:
17-
node_version: 16
17+
node_version: 18
1818
install: npm ci --no-audit --no-fund
1919
build: npm run build:tokens && npm run build && npm run build:next && cd docs && npm run build:preview
2020
output_dir: docs/public

0 commit comments

Comments
 (0)