File tree Expand file tree Collapse file tree 3 files changed +1649
-1301
lines changed
Expand file tree Collapse file tree 3 files changed +1649
-1301
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,22 @@ jobs:
1616 - name : Install pnpm
1717 uses : pnpm/action-setup@v3
1818 with :
19- version : 8
19+ version : 9
2020 - name : Install Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : 20
23+ node-version : 21
2424 cache : pnpm
2525 - name : Install dependencies
26- run : pnpm install --frozen-lockfile -- ignore-scripts
26+ run : pnpm install --ignore-scripts
2727 - name : Run tests
2828 run : pnpm test
2929 short :
3030 runs-on : ubuntu-latest
3131 strategy :
3232 matrix :
3333 node-version :
34+ - 20
3435 - 18
3536 name : Node.js ${{ matrix.node-version }} Quick
3637 steps :
@@ -39,13 +40,13 @@ jobs:
3940 - name : Install pnpm
4041 uses : pnpm/action-setup@v3
4142 with :
42- version : 8
43+ version : 9
4344 - name : Install Node.js ${{ matrix.node-version }}
4445 uses : actions/setup-node@v4
4546 with :
4647 node-version : ${{ matrix.node-version }}
4748 cache : pnpm
4849 - name : Install dependencies
49- run : pnpm install --frozen-lockfile -- ignore-scripts
50+ run : pnpm install --ignore-scripts
5051 - name : Run unit tests
5152 run : pnpm unit
Original file line number Diff line number Diff line change 4141 "sugarss" : " ^4.0.1"
4242 },
4343 "devDependencies" : {
44- "@logux/eslint-config" : " ^53.0.0 " ,
44+ "@logux/eslint-config" : " ^53.0.1 " ,
4545 "c8" : " ^9.1.0" ,
46- "clean-publish" : " ^4.3 .0" ,
46+ "clean-publish" : " ^4.4 .0" ,
4747 "eslint" : " ^8.57.0" ,
48- "postcss" : " ^8.4.35 "
48+ "postcss" : " ^8.4.38 "
4949 },
5050 "prettier" : {
5151 "arrowParens" : " avoid" ,
You can’t perform that action at this time.
0 commit comments