File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install Node.js
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 20
28
+ node-version : 22
29
29
cache : ' pnpm'
30
30
- name : Check package.json files
31
31
run : pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo
Original file line number Diff line number Diff line change 17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : 20
20
+ node-version : 22
21
21
cache : ' pnpm'
22
22
- name : Install dependencies
23
23
run : pnpm install
Original file line number Diff line number Diff line change 49
49
- name : Install Node.js
50
50
uses : actions/setup-node@v4
51
51
with :
52
- node-version : 20
52
+ node-version : 22
53
53
cache : ' pnpm'
54
54
registry-url : ' https://registry.npmjs.org'
55
55
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
- name : Install Node.js
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : 20
21
+ node-version : 22
22
22
- id : set-matrix
23
23
run : node .github/workflows/list-workspaces.js test:types lint test:unit >> $GITHUB_OUTPUT
24
24
types :
38
38
- name : Install Node.js
39
39
uses : actions/setup-node@v4
40
40
with :
41
- node-version : 20
41
+ node-version : 22
42
42
cache : ' pnpm'
43
43
- name : Install dependencies
44
44
run : pnpm install
61
61
- name : Install Node.js
62
62
uses : actions/setup-node@v4
63
63
with :
64
- node-version : 20
64
+ node-version : 22
65
65
cache : ' pnpm'
66
66
- name : Install dependencies
67
67
run : pnpm install
84
84
- name : Install Node.js
85
85
uses : actions/setup-node@v4
86
86
with :
87
- node-version : 20
87
+ node-version : 22
88
88
cache : ' pnpm'
89
89
- name : Install dependencies
90
90
run : pnpm install
Original file line number Diff line number Diff line change 1
1
pnpm 10.11.0
2
- nodejs 22.4.1
2
+ nodejs 22.18.0
You can’t perform that action at this time.
0 commit comments