Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -238,7 +238,7 @@ jobs:
# provision yarn via a pinned setup step (mirroring the pnpm/action-setup
# below) or gate this step on the Node major instead.
- run: corepack enable
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 11.9.0
- run: npm ci
Expand DownExpand Up@@ -308,7 +308,7 @@ jobs:
cache: npm
- run: corepack enable
shell: bash
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 11.9.0
- run: npm ci
Expand Down
Loading