Skip to content

Commit 33dcabf

Browse files
authored
test: github action only test on macOS and Linux (#129)
1 parent 895fa83 commit 33dcabf

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
node-version: [8, 10, 12, 14, 16]
26-
os: [ubuntu-latest, windows-latest, macos-latest]
26+
os: [ubuntu-latest, macos-latest]
2727

2828
steps:
2929
- name: Checkout Git Source

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ hessian.js
22
=========
33

44
[![NPM version][npm-image]][npm-url]
5-
[![build status][travis-image]][travis-url]
5+
[![build status][github-action-image]][github-action-url]
66
[![Test coverage][codecov-image]][codecov-url]
7-
[![David deps][david-image]][david-url]
87
[![npm download][download-image]][download-url]
98

109
[npm-image]: https://img.shields.io/npm/v/hessian.js.svg?style=flat-square
1110
[npm-url]: https://npmjs.org/package/hessian.js
12-
[travis-image]: https://img.shields.io/travis/node-modules/hessian.js.svg?style=flat-square
13-
[travis-url]: https://travis-ci.org/node-modules/hessian.js
11+
[github-action-image]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml/badge.svg
12+
[github-action-url]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml
1413
[codecov-image]: https://codecov.io/github/node-modules/hessian.js/coverage.svg?branch=master
1514
[codecov-url]: https://codecov.io/github/node-modules/hessian.js?branch=master
16-
[david-image]: https://img.shields.io/david/node-modules/hessian.js.svg?style=flat-square
17-
[david-url]: https://david-dm.org/node-modules/hessian.js
1815
[download-image]: https://img.shields.io/npm/dm/hessian.js.svg?style=flat-square
1916
[download-url]: https://npmjs.org/package/hessian.js
2017

@@ -417,4 +414,4 @@ Hessian 2.0 introduced [ref](http://hessian.caucho.com/doc/hessian-serialization
417414

418415
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Nov 01 2021 18:13:11 GMT+0800`.
419416

420-
<!-- GITCONTRIBUTOR_END -->
417+
<!-- GITCONTRIBUTOR_END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci": {
5757
"type": "github",
5858
"os": {
59-
"github": "linux, windows, macos"
59+
"github": "linux, macos"
6060
},
6161
"version": "8, 10, 12, 14, 16"
6262
},

0 commit comments

Comments
 (0)