Skip to content

Commit

Permalink
v5.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Dec 6, 2024
1 parent 93f1065 commit f5b0ef3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ name: CI
on: [push, pull_request]
jobs:
build:
name: Node ${{ matrix.node }} on ${{ matrix.os }}
name: Node ${{ matrix.node }}

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.x', '22.x']
os: [ubuntu-latest, macOS-latest]
node: [20, 22]

steps:
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v5.0.0-rc.2 (2024-12-06)

This RC uses the stable releases of React v19.

## v5.0.0-rc.1 (2024-05-24)

### Breaking changes
Expand Down

0 comments on commit f5b0ef3

Please sign in to comment.