Skip to content

Commit 53d4d91

Browse files
committed
sederhanakn workflow ci
1 parent bdb301a commit 53d4d91

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,10 @@ concurrency:
1616

1717
jobs:
1818
test:
19-
name: ${{ matrix.os }} / Node ${{ matrix.node }}
20-
runs-on: ${{ matrix.os }}
19+
name: Ubuntu / Node 20
20+
runs-on: ubuntu-latest
2121
timeout-minutes: 15
2222

23-
strategy:
24-
fail-fast: false
25-
matrix:
26-
os:
27-
- ubuntu-latest
28-
- windows-latest
29-
- macos-latest
30-
node:
31-
- 18
32-
- 20
33-
- 22
34-
3523
steps:
3624
- name: Checkout repository
3725
uses: actions/checkout@v4
@@ -45,7 +33,7 @@ jobs:
4533
- name: Set up Node.js
4634
uses: actions/setup-node@v4
4735
with:
48-
node-version: ${{ matrix.node }}
36+
node-version: 20
4937
cache: pnpm
5038

5139
- name: Install dependencies

0 commit comments

Comments
 (0)