This repository was archived by the owner on Jul 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
ignoreDeps : [
7
7
"generouted" , // testing lib shipping JSX (new version ship transpiled JS)
8
8
"prettier" , // waiting for stable choice on ternaries
9
- "@types/node" , // https://github.com/paulmillr/chokidar/issues/1299
10
9
] ,
11
10
}
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
- run : corepack enable
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : 20
21
21
cache : " pnpm"
22
22
cache-dependency-path : " **/pnpm-lock.yaml"
23
23
- run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : 20
21
21
- run : corepack enable
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 18
24
+ node-version : 20
25
25
registry-url : " https://registry.npmjs.org"
26
26
cache : " pnpm"
27
27
cache-dependency-path : " **/pnpm-lock.yaml"
You can’t perform that action at this time.
0 commit comments