File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Setup Node.js
3333 uses : actions/setup-node@master
3434 with :
35- node-version : " 16 "
35+ node-version : " 21 "
3636 - name : Cache node modules
3737 uses : actions/cache@master
3838 env :
Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@master
2121 with :
22- node-version : " 16 "
22+ node-version : " 21 "
2323 - name : Cache node modules
2424 uses : actions/cache@master
2525 env :
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ module.exports = {
2222
2323 displayName : {
2424 name : 'TinyNode' ,
25- color : 'cyan' ,
25+ color : 'cyan'
2626 } ,
2727
2828 // Indicates whether the coverage information should be collected while executing the test
2929 collectCoverage : true ,
3030
3131 // An array of glob patterns indicating a set of files for which coverage information should be collected
3232 collectCoverageFrom : [
33- "**/*.js" ,
33+ "**/*.js"
3434 ] ,
3535
3636 // Indicates which provider should be used to instrument code for coverage
You can’t perform that action at this time.
0 commit comments