File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 22
1818 - run : corepack enable
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 22
2222 cache : " pnpm"
2323 cache-dependency-path : " **/pnpm-lock.yaml"
2424 - run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 22
2020 - run : corepack enable
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : 18
23+ node-version : 22
2424 registry-url : " https://registry.npmjs.org"
2525 cache : " pnpm"
2626 cache-dependency-path : " **/pnpm-lock.yaml"
You can’t perform that action at this time.
0 commit comments