Skip to content

Commit b1c0ca8

Browse files
committed
ci: remove duplicate top-level keys in CI workflow; matrix Node versions
1 parent dec07e4 commit b1c0ca8

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
name: CI
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
8-
9-
jobs:
10-
build-test:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v4
15-
- name: Setup Node
16-
uses: actions/setup-node@v4
17-
with:
18-
node-version: '20'
19-
cache: 'npm'
20-
- name: Install
21-
run: npm ci
22-
- name: Build
23-
run: npm run build
24-
- name: Test
25-
run: npm test -- --ci
26-
name: CI
27-
283
on:
294
push:
305
branches: [ main ]

0 commit comments

Comments
 (0)