Skip to content

Commit 4c73b6e

Browse files
committed
Remove version from pnpm action config
1 parent a0bc642 commit 4c73b6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ jobs:
1616
- 18
1717
- 20
1818
- latest
19-
os: [ubuntu-latest, windows-latest]
19+
os: [ubuntu-latest]
2020

2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
27-
with:
28-
version: 9
2927
- name: Use Node.js ${{ matrix.node-version }}
3028
uses: actions/setup-node@v4
3129
with:

0 commit comments

Comments
 (0)