File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
required : true
9
9
10
10
env :
11
- NODE_VERSION : 14
11
+ NODE_VERSION : ' lts/* '
12
12
FORCE_COLOR : 2
13
13
14
14
jobs :
29
29
- run : git status # getting odd dirty repo errors during version debug info
30
30
- run : git diff
31
31
- name : npm version && npm publish
32
- uses : bcomnes/npm-bump@v2
32
+ uses : bcomnes/npm-bump@v2.0.2
33
33
with :
34
34
git_email : bcomnes@gmail.com
35
35
git_username : ${{ github.actor }}
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-latest, windows-latest]
16
- node : [14, 12 ]
15
+ os : [ubuntu-latest, windows-latest, macos-latest ]
16
+ node : ['lts/*', 18 ]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 14
14
" docs"
15
15
],
16
16
"engines" : {
17
- "node" : " >= 10"
17
+ "node" : " >= 16" ,
18
+ "npm" : " >= 8"
18
19
},
19
20
"scripts" : {
20
21
"_mocha" : " mocha --timeout 120000" ,
You can’t perform that action at this time.
0 commit comments