File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
17
+ node-version : 22
18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 18
21
+ node-version : 22
22
22
cache : " pnpm"
23
23
cache-dependency-path : " **/pnpm-lock.yaml"
24
24
- run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
- run : corepack enable
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 18
23
+ node-version : 22
24
24
registry-url : " https://registry.npmjs.org"
25
25
cache : " pnpm"
26
26
cache-dependency-path : " **/pnpm-lock.yaml"
You can’t perform that action at this time.
0 commit comments