File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- node-version : [16.x, 17.x]
16
+ node-version : [16.x, 17.x, 18.x ]
17
17
18
18
steps :
19
19
- name : Checkout repo
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : actions/checkout@v2
19
19
- name : Prepare repository
20
20
run : git fetch --unshallow --tags
21
- - name : Use Node.js 16 .x
21
+ - name : Use Node.js 18 .x
22
22
uses : actions/setup-node@v1
23
23
with :
24
- node-version : 16 .x
24
+ node-version : 18 .x
25
25
- name : Cache node modules
26
26
uses : actions/cache@v1
27
27
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 = [{
50
50
51
51
const container = document .getElementById (' app' );
52
52
const root = createRoot (container);
53
- root .render (
54
- < CommandPalette commands= {commands} / > )
53
+ root .render (< CommandPalette commands= {commands} / > )
55
54
```
56
55
57
56
## Props
You can’t perform that action at this time.
0 commit comments