We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847c37 commit bcd1b97Copy full SHA for bcd1b97
.github/workflows/continuous-integration.yaml
@@ -2,17 +2,14 @@ on: pull_request
2
3
jobs:
4
continuous-integration:
5
- name: Continuous Integration (with node ${{ matrix.version }})
+ name: Continuous Integration
6
runs-on: ubuntu-latest
7
- strategy:
8
- matrix:
9
- version: [20, 22]
10
steps:
11
- uses: actions/checkout@v4
12
- uses: pnpm/action-setup@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: ${{ matrix.version }}
+ node-version: 20
16
cache: 'pnpm'
17
- run: pnpm install
18
- run: pnpm run test
0 commit comments