File tree Expand file tree Collapse file tree 3 files changed +23
-8
lines changed
Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 1+ name : tests
2+ on : push
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ strategy :
7+ matrix :
8+ architecture :
9+ - x64
10+ - ppc64le
11+ node-version :
12+ - 14.x
13+ - 12.x
14+ - 10.x
15+ name : ${{ matrix.node-version }} on ${{ matrix.architecture }}
16+ steps :
17+ - uses : actions/checkout@v2
18+ - uses : actions/setup-node@v2
19+ with :
20+ architecture : ${{ matrix.architecture }}
21+ node-version : ${{ matrix.node-version }}
22+ - run : npm install-test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# [ Base62.js] ( http://libraries.io/npm/base62 )
2- [ ![ build status] ( https://secure.travis-ci.org/base62/base62 .js.svg )] ( http ://travis-ci.org/base62/base62 .js)
2+ [ ![ build status] ( https://github.com/base64/base64 .js/workflows/tests/badge .svg )] ( https ://github.com/base64/base64 .js/actions )
33[ ![ npm version] ( https://badge.fury.io/js/base62.svg )] ( http://badge.fury.io/js/base62 )
44[ ![ devDependency Status] ( https://david-dm.org/base62/base62.js/dev-status.svg?theme=shields.io )] ( https://david-dm.org/base62/base62.js#info=devDependencies )
55[ ![ Gitter chat] ( http://img.shields.io/badge/gitter-base62/base62.js-brightgreen.svg )] ( https://gitter.im/base62/base62.js )
You can’t perform that action at this time.
0 commit comments