File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- node-version : [16.x, 17.x]
16+ node-version : [16.x, 17.x, 18.x ]
1717
1818 steps :
1919 - name : Checkout repo
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - uses : actions/checkout@v2
1919 - name : Prepare repository
2020 run : git fetch --unshallow --tags
21- - name : Use Node.js 16 .x
21+ - name : Use Node.js 18 .x
2222 uses : actions/setup-node@v1
2323 with :
24- node-version : 16 .x
24+ node-version : 18 .x
2525 - name : Cache node modules
2626 uses : actions/cache@v1
2727 with :
Original file line number Diff line number Diff line change 1- v17.4.0
1+ v18.12.1
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ const commands = [{
5050
5151 const container = document .getElementById (' app' );
5252 const root = createRoot (container);
53- root .render (
54- < CommandPalette commands= {commands} / > )
53+ root .render (< CommandPalette commands= {commands} / > )
5554```
5655
5756## Props
You can’t perform that action at this time.
0 commit comments