Skip to content

Commit f5b0ef3

Browse files
committed
v5.0.0-rc.2
1 parent 93f1065 commit f5b0ef3

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/main.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@ name: CI
22
on: [push, pull_request]
33
jobs:
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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

0 commit comments

Comments
 (0)