Skip to content

Commit e8a7f79

Browse files
authored
chore: update react 19 (#288)
* chore: update react * chore: update github actions
1 parent 28d45ba commit e8a7f79

File tree

5 files changed

+2855
-3250
lines changed

5 files changed

+2855
-3250
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ name: pull request
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- dependabot/*
77

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- name: node.js 16
16-
uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v4
1716
with:
18-
node-version: 16
17+
node-version: 22
1918
registry-url: https://registry.npmjs.org/
2019

2120
- name: installing

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.8.0

0 commit comments

Comments
 (0)