File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- node-version : [10, 12. 16.3, 14 ]
13+ node-version : [14.x, 16.x, 18.x ]
1414 name : Node ${{ matrix.node-version }} sample
1515 steps :
1616 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- node-version : [12. 16.3 ]
13+ node-version : [14.x, 16.x, 18.x ]
1414 name : Node ${{ matrix.node-version }} sample
1515 steps :
1616 - uses : actions/checkout@v2
2222 - name : Install dependencies
2323 run : npm install
2424 - name : Publish
25- if : ${{ matrix.node-version == '12.16.3 ' }}
25+ if : ${{ matrix.node-version == '14.x ' }}
2626 run : npm publish
2727 env :
2828 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments