Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pnpm
# Keep v4 until pnpm/action-setup v6 stops breaking packageManager-pinned pnpm 10 lockfiles.
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pnpm
# Keep v4 until pnpm/action-setup v6 stops breaking packageManager-pinned pnpm 10 lockfiles.
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
os: [macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pnpm
# Keep v4 until pnpm/action-setup v6 stops breaking packageManager-pinned pnpm 10 lockfiles.
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pnpm
# Keep v4 until pnpm/action-setup v6 stops breaking packageManager-pinned pnpm 10 lockfiles.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pnpm
# Keep v4 until pnpm/action-setup v6 stops breaking packageManager-pinned pnpm 10 lockfiles.
Expand Down
Loading