File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ubuntu-latest
15-
1614 strategy :
1715 matrix :
16+ os : [ubuntu-latest, macos-latest, windows-latest]
1817 node-version : [12.x, 14.x, 16.x]
19- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18+
19+ runs-on : ${{ matrix.os }}
2020
2121 # NOTE: There are no necessary tests to run for this repo
2222 steps :
Original file line number Diff line number Diff line change 88 "start-sandbox" : " npx tabextsandbox --config sandbox-config.json" ,
99 "lint" : " npm run jslint && npm run tslint" ,
1010 "jslint" : " semistandard ./Samples/*/*.js" ,
11- "tslint" : " ./node_modules/.bin/ tslint --config ./tslint.json ./Samples-Typescript/*/*.ts*" ,
11+ "tslint" : " npx tslint --config ./tslint.json ./Samples-Typescript/*/*.ts*" ,
1212 "dev" : " concurrently --kill-others \" webpack --watch\" \" npm:start\" "
1313 },
1414 "repository" : {
You can’t perform that action at this time.
0 commit comments