File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,21 @@ name: CI
22on : [push, pull_request]
33jobs :
44 build :
5- name : Node ${{ matrix.node }} on ${{ matrix.os }}
5+ name : Node ${{ matrix.node }}
66
7- runs-on : ${{ matrix.os }}
7+ runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node : ['20.x', '22.x']
11- os : [ubuntu-latest, macOS-latest]
10+ node : [20, 22]
1211
1312 steps :
14- - name : Checkout
13+ - name : Checkout repository
1514 uses : actions/checkout@v4
1615
1716 - name : Install pnpm
18- uses : pnpm/action-setup@v3
17+ uses : pnpm/action-setup@v4
1918 with :
20- version : 9
19+ run_install : false
2120
2221 - name : Use Node ${{ matrix.node }}
2322 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1+ ## v5.0.0-rc.2 (2024-12-06)
2+
3+ This RC uses the stable releases of React v19.
4+
15## v5.0.0-rc.1 (2024-05-24)
26
37### Breaking changes
You can’t perform that action at this time.
0 commit comments