File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,6 @@ name: Module Release
33on : [release]
44
55jobs :
6- build :
7- runs-on : ${{ matrix.os }}
8- strategy :
9- matrix :
10- os : [ubuntu-latest, windows-latest, macOS-latest]
11- node-version : [12.x]
12- steps :
13- - uses : actions/checkout@v1
14- - name : Use Module ${{ matrix.node-version }} on ${{ matrix.os }}
15- uses : actions/setup-node@v1
16- with :
17- node-version : ${{ matrix.node-version }}
18- - name : npm install and test
19- run : |
20- npm i
21- npm test
22- env :
23- CI : true
24-
256 publish-npm :
267 needs : build
278 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxtjs/guess" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Guess.js integration for Nuxt.js" ,
55 "scripts" : {
66 "lint" : " node_modules/.bin/eslint --ext .js lib test" ,
You can’t perform that action at this time.
0 commit comments