File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33
4- name : Node.js CI
4+ name : npm test
55
66on :
77 push :
1616
1717 strategy :
1818 matrix :
19- node-version : [10.x, 12.x, 14.x, 15.x]
19+ node-version : [15.x]
20+ # node-version: [10.x, 12.x, 14.x, 15.x]
2021 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2122
2223 steps :
2728 node-version : ${{ matrix.node-version }}
2829 # - run: npm ci
2930 # - run: npm run build --if-present
31+ - run : npm install
3032 - run : npm test
Original file line number Diff line number Diff line change @@ -43,3 +43,5 @@ Stop the app in regular NodeJS fashion
4343- Node's Readline Module: https://nodejs.org/api/readline.html
4444- How to setup Jest: https://amenallah.com/node-js-typescript-jest-express-starter/
4545- Binary Coversions: https://www.build-electronic-circuits.com/binary-number-system/
46+
47+ testing update
You can’t perform that action at this time.
0 commit comments