File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments