Commit f5b0ef3 1 parent 93f1065 commit f5b0ef3 Copy full SHA for f5b0ef3
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,21 @@ name: CI
2
2
on : [push, pull_request]
3
3
jobs :
4
4
build :
5
- name : Node ${{ matrix.node }} on ${{ matrix.os }}
5
+ name : Node ${{ matrix.node }}
6
6
7
- runs-on : ${{ matrix.os }}
7
+ runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- node : ['20.x', '22.x']
11
- os : [ubuntu-latest, macOS-latest]
10
+ node : [20, 22]
12
11
13
12
steps :
14
- - name : Checkout
13
+ - name : Checkout repository
15
14
uses : actions/checkout@v4
16
15
17
16
- name : Install pnpm
18
- uses : pnpm/action-setup@v3
17
+ uses : pnpm/action-setup@v4
19
18
with :
20
- version : 9
19
+ run_install : false
21
20
22
21
- name : Use Node ${{ matrix.node }}
23
22
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
+
1
5
## v5.0.0-rc.1 (2024-05-24)
2
6
3
7
### Breaking changes
You can’t perform that action at this time.
0 commit comments