File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed
Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1+
2+ name : build
3+ on :
4+ - push
5+ - pull_request
6+ jobs :
7+ test :
8+ name : Node.js ${{ matrix.node-version }}
9+ runs-on : ubuntu-latest
10+ strategy :
11+ fail-fast : false
12+ matrix :
13+ node-version :
14+ - 14
15+ - 12
16+ - 10
17+ steps :
18+ - uses : actions/checkout@v2
19+ - uses : actions/setup-node@v1
20+ with :
21+ node-version : ${{ matrix.node-version }}
22+ - run : npm install
23+ - run : npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # CREATE-EXPRESS-TEMPLATE [ ![ Build Status ] ( https://travis-ci.org /dopecodez/create-express-template.svg?branch=master )] ( https://travis-ci.org /dopecodez/create-express-template ) [ ![ Contributions] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/dopecodez/create-express-template/issues )
1+ # CREATE-EXPRESS-TEMPLATE [ ![ build ] ( https://github.com /dopecodez/create-express-template/workflows/build/badge .svg )] ( https://github.com /dopecodez/create-express-template/actions ) [ ![ Contributions] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/dopecodez/create-express-template/issues )
22
33Create a modern express server with a single command.
44
You can’t perform that action at this time.
0 commit comments