File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Set Node Version
3030 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3131 with :
32- node-version : 22
32+ node-version : 24
3333 cache : ' yarn'
3434 cache-dependency-path : ' yarn.lock'
3535
@@ -87,13 +87,10 @@ jobs:
8787 - name : Set Node Version
8888 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8989 with :
90- node-version : 22
90+ node-version : 24
9191 cache : ' yarn'
9292 cache-dependency-path : ' yarn.lock'
9393
94- - name : Install latest npm
95- run : npm install -g npm@latest
96-
9794 - name : Install Dependencies
9895 run : yarn install --immutable
9996
@@ -162,7 +159,7 @@ jobs:
162159 - name : Set Node Version
163160 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
164161 with :
165- node-version : 22
162+ node-version : 24
166163 cache : ' yarn'
167164 cache-dependency-path : ' yarn.lock'
168165
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest, macos-latest]
16- node : [20, 22 ]
16+ node : [22, 24 ]
1717
1818 steps :
1919 - name : Checkout Code
6565 run : yarn build:packages
6666
6767 - name : Build Docs
68- if : ${{ matrix.node == 22 }}
68+ if : ${{ matrix.node == 24 }}
6969 run : yarn build:docs
You can’t perform that action at this time.
0 commit comments