File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ jobs:
22
22
fetch-depth : 0
23
23
- name : Set up pnpm
24
24
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
25
- - name : Use Node.js 20 .x
25
+ - name : Use Node.js 22 .x
26
26
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
27
with :
28
- node-version : 20
29
- cache : ' pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
28
+ node-version : ' 22'
29
+ # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
30
+ cache : ' pnpm'
30
31
- run : pnpm release:prepare
31
32
- run : pnpm release:build
32
33
- run : pnpm dlx pkg-pr-new publish $(pnpm -s pkg-pr-new-packages) --pnpm --comment=off --peerDeps --compact
Original file line number Diff line number Diff line change 39
39
- name : Setup Node.js
40
40
uses : actions/setup-node@v4
41
41
with :
42
- node-version : ' 20'
43
- registry-url : ' https://registry.npmjs.org'
42
+ node-version : ' 22'
43
+ # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
44
+ cache : ' pnpm'
44
45
45
46
- name : Setup pnpm
46
47
uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments