Skip to content

Commit 18b0706

Browse files
committed
pnpm/action-setup@v4
1 parent d88d371 commit 18b0706

2 files changed

Lines changed: 7547 additions & 7072 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['16.x', '18.x', '20.x']
11-
os: [ubuntu-latest, windows-latest, macOS-latest]
10+
node: ['20.x']
11+
# node: ['16.x', '18.x', '20.x'] - no need to test other versions
12+
os: [ubuntu-latest]
13+
# os: [ubuntu-latest, windows-latest, macOS-latest] - no need to test other os
1214

1315
steps:
1416
- name: Checkout repo
1517
uses: actions/checkout@v2
1618

1719
- name: Install pnpm
1820
uses: pnpm/action-setup@v4
19-
with:
20-
version: 7.11.0
2121

2222
- name: Use Node ${{ matrix.node }}
2323
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)