Skip to content

Commit 68d195c

Browse files
committed
chore: remove macOS workflow and update pnpm version in Windows and Ubuntu workflows
1 parent a203cd0 commit 68d195c

File tree

3 files changed

+0
-55
lines changed

3 files changed

+0
-55
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- uses: pnpm/action-setup@v4
30-
with:
31-
version: 7.13.0
3230
- name: Cache node modules
3331
uses: actions/cache@v4
3432
env:

.github/workflows/windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929
- uses: pnpm/action-setup@v4
30-
with:
31-
version: 7.13.0
3230
- name: Cache node modules
3331
uses: actions/cache@v4
3432
env:

0 commit comments

Comments
 (0)