Skip to content

Commit bcd1b97

Browse files
committed
Remove matrix
1 parent a847c37 commit bcd1b97

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/continuous-integration.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@ on: pull_request
22

33
jobs:
44
continuous-integration:
5-
name: Continuous Integration (with node ${{ matrix.version }})
5+
name: Continuous Integration
66
runs-on: ubuntu-latest
7-
strategy:
8-
matrix:
9-
version: [20, 22]
107
steps:
118
- uses: actions/checkout@v4
129
- uses: pnpm/action-setup@v4
1310
- uses: actions/setup-node@v4
1411
with:
15-
node-version: ${{ matrix.version }}
12+
node-version: 20
1613
cache: 'pnpm'
1714
- run: pnpm install
1815
- run: pnpm run test

0 commit comments

Comments
 (0)