File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 - name : ' Setup Node.js with pnpm cache'
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 20
18+ node-version : 24
1919 cache : ' pnpm'
2020
2121 - run : pnpm install
5555 - name : ' Setup Node.js with pnpm cache'
5656 uses : actions/setup-node@v4
5757 with :
58- node-version : 20
58+ node-version : 24
5959 cache : ' pnpm'
6060 - run : pnpm install
6161 - run : pnpm rebuild -r
@@ -109,7 +109,7 @@ jobs:
109109 - name : ' Setup Node.js with pnpm cache'
110110 uses : actions/setup-node@v4
111111 with :
112- node-version : 20
112+ node-version : 24
113113 cache : ' pnpm'
114114 - run : pnpm install
115115 - run : pnpm rebuild -r
@@ -133,7 +133,7 @@ jobs:
133133 - name : ' Setup Node.js with pnpm cache'
134134 uses : actions/setup-node@v4
135135 with :
136- node-version : 20
136+ node-version : 24
137137 cache : ' pnpm'
138138 - run : pnpm run lint
139139 - run : pnpm run docs
Original file line number Diff line number Diff line change 2323 - name : ' Setup Node.js with pnpm cache'
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : 20
26+ node-version : 24
2727 cache : ' pnpm'
2828
2929 - run : pnpm install
6363 - name : ' Setup Node.js with pnpm cache'
6464 uses : actions/setup-node@v4
6565 with :
66- node-version : 20
66+ node-version : 24
6767 cache : ' pnpm'
6868 - run : pnpm install
6969 - run : pnpm rebuild -r
@@ -118,7 +118,7 @@ jobs:
118118 - name : ' Setup Node.js with pnpm cache'
119119 uses : actions/setup-node@v4
120120 with :
121- node-version : 20
121+ node-version : 24
122122 cache : ' pnpm'
123123 - run : pnpm install
124124 - run : pnpm rebuild -r
@@ -142,7 +142,7 @@ jobs:
142142 - name : ' Setup Node.js with pnpm cache'
143143 uses : actions/setup-node@v4
144144 with :
145- node-version : 20
145+ node-version : 24
146146 cache : ' pnpm'
147147 - run : pnpm run lint
148148 - run : pnpm run docs
@@ -174,7 +174,7 @@ jobs:
174174 - name : ' Setup Node.js with pnpm cache'
175175 uses : actions/setup-node@v4
176176 with :
177- node-version : 20
177+ node-version : 24
178178 cache : ' pnpm'
179179
180180 - name : ' Restore build output'
You can’t perform that action at this time.
0 commit comments