File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
ref : ${{ github.event.workflow_run.head_sha }}
34
34
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35
35
with :
36
- node-version : 20
36
+ node-version : 22
37
37
- run : npm install -g pnpm@latest-10
38
38
- run : pnpm i
39
39
- run : pnpm build
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
22
22
with :
23
- node-version : 20
23
+ node-version : 22
24
24
- run : npm install -g pnpm@latest-10
25
25
- run : pnpm i
26
26
- run : pnpm build
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
31
- node-version : 20
31
+ node-version : 22
32
32
- run : npm install -g pnpm@latest-10
33
33
- run : pnpm i
34
34
- run : pnpm test
47
47
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
49
49
with :
50
- node-version : 20
50
+ node-version : 22
51
51
- run : npm install -g pnpm@latest-10
52
52
- run : pnpm i
53
53
- run : pnpm lint --fix
You can’t perform that action at this time.
0 commit comments