File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 12
12
pull_request : {}
13
13
jobs :
14
14
main :
15
- continue-on-error : ${{ matrix.react != 'current ' }}
15
+ continue-on-error : ${{ matrix.react != 'latest ' }}
16
16
# ignore all-contributors PRs
17
17
if : ${{ !contains(github.head_ref, 'all-contributors') }}
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
21
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
22
22
node : [12, 14, '16.9.1']
23
- react : [current , next, experimental]
23
+ react : [latest , next, experimental]
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : 🛑 Cancel Previous Runs
47
47
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
48
48
- name : ⚛️ Setup react
49
49
run : npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}
50
- if : ${{ matrix.react != 'current' }}
51
50
52
51
- name : ▶️ Run validate script
53
52
run : npm run validate
Original file line number Diff line number Diff line change 54
54
"dotenv-cli" : " ^4.0.0" ,
55
55
"kcd-scripts" : " ^11.1.0" ,
56
56
"npm-run-all" : " ^4.1.5" ,
57
- "react" : " 18.0.0-rc.1 " ,
58
- "react-dom" : " 18.0.0-rc.1 " ,
57
+ "react" : " ^ 18.0.0" ,
58
+ "react-dom" : " ^ 18.0.0" ,
59
59
"rimraf" : " ^3.0.2" ,
60
60
"typescript" : " ^4.1.2"
61
61
},
62
62
"peerDependencies" : {
63
- "react" : " 18.0.0-rc.1 " ,
64
- "react-dom" : " 18.0.0-rc.1 "
63
+ "react" : " ^ 18.0.0" ,
64
+ "react-dom" : " ^ 18.0.0"
65
65
},
66
66
"eslintConfig" : {
67
67
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
You can’t perform that action at this time.
0 commit comments