File tree Expand file tree Collapse file tree 4 files changed +161
-161
lines changed
Expand file tree Collapse file tree 4 files changed +161
-161
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 version : 8
3131 - uses : actions/setup-node@v3
3232 with :
33- node-version : 18
33+ node-version : 20
3434 - run : pnpm i
3535 - run : npm run test:coverage
3636 test-node-versions :
3737 runs-on : ubuntu-latest
3838 strategy :
3939 matrix :
40- node-version : [16.x, 19 .x]
40+ node-version : [16.x, 18 .x]
4141 steps :
4242 - uses : actions/checkout@v3
4343 - uses : pnpm/action-setup@v2
5757 version : 8
5858 - uses : actions/setup-node@v3
5959 with :
60- version : 18
60+ version : 20
6161 - run : pnpm i
6262 - run : npm test
Original file line number Diff line number Diff line change 1- 18
1+ 20
Original file line number Diff line number Diff line change 5858 "devDependencies" : {
5959 "@types/degit" : " ^2.8.3" ,
6060 "@types/js-yaml" : " ^4.0.5" ,
61- "@types/node" : " ^18.15.12 " ,
62- "@typescript-eslint/eslint-plugin" : " ^5.59.0 " ,
63- "@typescript-eslint/parser" : " ^5.59.0 " ,
61+ "@types/node" : " ^18.16.1 " ,
62+ "@typescript-eslint/eslint-plugin" : " ^5.59.1 " ,
63+ "@typescript-eslint/parser" : " ^5.59.1 " ,
6464 "@vitest/coverage-c8" : " ^0.29.8" ,
6565 "degit" : " ^2.8.4" ,
6666 "del-cli" : " ^5.0.0" ,
67- "eslint" : " ^8.38 .0" ,
67+ "eslint" : " ^8.39 .0" ,
6868 "eslint-config-prettier" : " ^8.8.0" ,
6969 "eslint-plugin-prettier" : " ^4.2.1" ,
7070 "execa" : " ^6.1.0" ,
71- "prettier" : " ^2.8.7 " ,
71+ "prettier" : " ^2.8.8 " ,
7272 "typescript" : " ^5.0.4" ,
73- "vite" : " ^4.3.0 " ,
73+ "vite" : " ^4.3.3 " ,
7474 "vite-node" : " ^0.29.8" ,
7575 "vitest" : " ^0.29.8"
7676 }
You can’t perform that action at this time.
0 commit comments