File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 - package-ecosystem : npm
44 directory : " /"
55 schedule :
6- interval : " daily "
6+ interval : " monthly "
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node_version : [8, 10, 12 ]
10+ node_version : [12, 14 ]
1111
1212 steps :
1313 - uses : actions/checkout@master
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v1
1212 - uses : actions/setup-node@v1
1313 with :
14- node-version : 12
14+ node-version : 14
1515
1616 publish-npm :
1717 name : Publish to npm
2121 - uses : actions/checkout@v1
2222 - uses : actions/setup-node@v1
2323 with :
24- node-version : 12
24+ node-version : 14
2525 registry-url : https://registry.npmjs.org/
2626 - run : npm publish
2727 env :
3535 - uses : actions/checkout@v1
3636 - uses : actions/setup-node@v1
3737 with :
38- node-version : 12
38+ node-version : 14
3939 registry-url : https://npm.pkg.github.com/
4040 scope : ' @abranhe'
4141 - name : Rename package to match GitHub repository
You can’t perform that action at this time.
0 commit comments