Skip to content

Commit db01d77

Browse files
committed
Don't forget to allow npm on the try-scenarios job
1 parent dd560d6 commit db01d77

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • files/.github/workflows
  • tests/fixtures/default/.github/workflows

files/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
matrix: ${{fromJson(needs.test.outputs.matrix)}}
8181

8282
steps:
83-
- uses: actions/checkout@v4
84-
- uses: pnpm/action-setup@v4
83+
- uses: actions/checkout@v4<% if (pnpm) { %>
84+
- uses: pnpm/action-setup@v4<% } %>
8585
- uses: actions/setup-node@v4
8686
with:
8787
node-version: 18

tests/fixtures/default/.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878

7979
steps:
8080
- uses: actions/checkout@v4
81-
- uses: pnpm/action-setup@v4
8281
- uses: actions/setup-node@v4
8382
with:
8483
node-version: 18

0 commit comments

Comments
 (0)