We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88d371 commit 18b0706Copy full SHA for 18b0706
2 files changed
.github/workflows/main.yml
@@ -7,17 +7,17 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node: ['16.x', '18.x', '20.x']
11
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ node: ['20.x']
+ # 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
14
15
steps:
16
- name: Checkout repo
17
uses: actions/checkout@v2
18
19
- name: Install pnpm
20
uses: pnpm/action-setup@v4
- with:
- version: 7.11.0
21
22
- name: Use Node ${{ matrix.node }}
23
uses: actions/setup-node@v4
0 commit comments