Skip to content

Commit d6f20bb

Browse files
committed
add github action
1 parent 7551f00 commit d6f20bb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: npm
2524

2625
- name: Install dependencies
27-
run: npm ci
26+
run: npm install
2827

2928
- name: Build
3029
run: npm run build
3130

32-
- name: Run tests
33-
run: npm test
34-
3531
- name: Upload build artifacts
3632
if: matrix.node-version == 20
3733
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)