Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bcd1b97

Browse files
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‎

Lines changed: 2 additions & 5 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /