Skip to content

Commit 2e13115

Browse files
Merge pull request #1615 from glimmerjs/when-generating-the-lockfile-dont-let-puppeteer-do-things
When generating the release plan, we don't need to run the puppeteer install -- so we can use --ignore-scripts
2 parents 48c5eb1 + 6d965b8 commit 2e13115

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
- uses: wyvox/action@v1
2626
with:
27+
pnpm-args: '--ignore-scripts'
2728
node-version: 20.1.0
2829
repo-token: ${{ secrets.GITHUB_TOKEN }}
2930
- run: pnpm turbo build
@@ -37,6 +38,7 @@ jobs:
3738
steps:
3839
- uses: wyvox/action@v1
3940
with:
41+
pnpm-args: '--ignore-scripts'
4042
node-version: 20.1.0
4143
repo-token: ${{ secrets.GITHUB_TOKEN }}
4244
- run: pnpm lint

.github/workflows/plan-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
ref: 'main'
5555
- uses: wyvox/action-setup-pnpm@v3
5656
with:
57+
pnpm-args: '--ignore-scripts'
5758
node-version: 20.1.0
5859

5960
- name: "Generate Explanation and Prep Changelogs"

0 commit comments

Comments
 (0)