File tree Expand file tree Collapse file tree 5 files changed +358
-270
lines changed
Expand file tree Collapse file tree 5 files changed +358
-270
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
14- node-version : 18
14+ node-version : 20
1515 registry-url : https://registry.npmjs.org/
1616 always-auth : true
1717 - run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-node@v3
2020 with :
21- node-version : 18
21+ node-version : 20
2222 - run : yarn install --frozen-lockfile
2323 - run : yarn ci
2424 - uses : actions/upload-artifact@v3
3636 - uses : actions/checkout@v3
3737 - uses : actions/setup-node@v3
3838 with :
39- node-version : 18
39+ node-version : 20
4040 - run : yarn install --frozen-lockfile
4141 - run : yarn ci:nvda-install-dir
4242 - run : Get-ChildItem $env:USERPROFILE\nvda
Original file line number Diff line number Diff line change 1- 18
1+ 20
Original file line number Diff line number Diff line change 3838 "prepublish" : " yarn build"
3939 },
4040 "devDependencies" : {
41- "@types/node" : " ^18 .11.18 " ,
42- "@typescript-eslint/eslint-plugin" : " ^5.49.0 " ,
43- "@typescript-eslint/parser" : " ^5.49.0 " ,
44- "eslint" : " ^8.32 .0" ,
45- "eslint-config-prettier" : " ^8.6 .0" ,
46- "rimraf" : " ^4.1.2 " ,
47- "ts-node" : " ^10.9.1 " ,
48- "typescript" : " ^4.9.4 "
41+ "@types/node" : " ^20 .11.1 " ,
42+ "@typescript-eslint/eslint-plugin" : " ^6.18.1 " ,
43+ "@typescript-eslint/parser" : " ^6.18.1 " ,
44+ "eslint" : " ^8.56 .0" ,
45+ "eslint-config-prettier" : " ^9.1 .0" ,
46+ "rimraf" : " ^5.0.5 " ,
47+ "ts-node" : " ^10.9.2 " ,
48+ "typescript" : " ^5.3.3 "
4949 },
5050 "dependencies" : {
5151 "@guidepup/guidepup" : " ^0.22.0" ,
5252 "chalk" : " ^4.0.0" ,
5353 "decompress" : " ^4.2.1" ,
5454 "inquirer" : " ^8.2.0" ,
5555 "regedit" : " 5.0.1" ,
56- "semver" : " ^7.3.8 "
56+ "semver" : " ^7.5.4 "
5757 },
5858 "guidepupNvdaVersion" : " 0.1.1-2021.3.1"
5959}
You can’t perform that action at this time.
0 commit comments