File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Set up Node.js for NPM
2929 uses : actions/setup-node@v1
3030 with :
31+ node-version : 12.x
3132 registry-url : ' https://registry.npmjs.org'
3233
3334 - run : npm install
4546 - name : Set up Node.js for GPR
4647 uses : actions/setup-node@v1
4748 with :
49+ node-version : 12.x
4850 registry-url : ' https://npm.pkg.github.com/'
4951 scope : ' @snazzah'
5052
Original file line number Diff line number Diff line change 4747 "@types/node" : " ^16.0.0" ,
4848 "@typescript-eslint/eslint-plugin" : " ^5.2.0" ,
4949 "@typescript-eslint/parser" : " ^5.2.0" ,
50- "eslint" : " ^8.1.0 " ,
51- "eslint-config-prettier" : " ^8.0 .0" ,
50+ "eslint" : " 7 " ,
51+ "eslint-config-prettier" : " ^8.3 .0" ,
5252 "eslint-plugin-prettier" : " ^4.0.0" ,
5353 "husky" : " ^7.0.0" ,
5454 "lint-staged" : " ^11.0.0" ,
55- "prettier" : " ^2.2 .1" ,
55+ "prettier" : " ^2.4 .1" ,
5656 "ts-node" : " ^10.0.0" ,
5757 "typedoc" : " ^0.22.3" ,
5858 "typescript" : " 4.4" ,
You can’t perform that action at this time.
0 commit comments