File tree Expand file tree Collapse file tree 4 files changed +7350
-5904
lines changed Expand file tree Collapse file tree 4 files changed +7350
-5904
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,12 @@ jobs:
23
23
24
24
steps :
25
25
- uses : actions/checkout@v4
26
-
26
+ - uses : pnpm/action-setup@v4
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
28
uses : actions/setup-node@v4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
-
32
- - name : install
33
- run : yarn install
34
-
35
- - name : lint
36
- run : yarn lint
37
-
38
- - name : test
39
- run : yarn test
40
- env :
41
- CI : true
31
+ cache : pnpm
32
+ - run : pnpm install --frozen-lockfile
33
+ - run : pnpm run lint
34
+ - run : pnpm run test
Original file line number Diff line number Diff line change 32
32
"prettier" : " 2.1.1"
33
33
},
34
34
"engines" : {
35
- "node" : " 10.* || >= 12.*"
36
- }
35
+ "node" : " 18.* || 20.* || >= 22.*"
36
+ },
37
+ "packageManager" : " pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
37
38
}
You can’t perform that action at this time.
0 commit comments