File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install Node
2323 uses : actions/setup-node@v3
2424 with :
25- node-version : 16 .x
25+ node-version : 18 .x
2626 cache : yarn
2727 - name : Install Dependencies
2828 run : yarn install --frozen-lockfile
4040 - uses : actions/checkout@v3
4141 - uses : actions/setup-node@v3
4242 with :
43- node-version : 16 .x
43+ node-version : 18 .x
4444 cache : yarn
4545 - name : Install Dependencies
4646 run : yarn install --no-lockfile
7373 - name : Install Node
7474 uses : actions/setup-node@v3
7575 with :
76- node-version : 16 .x
76+ node-version : 18 .x
7777 cache : yarn
7878 - name : Install Dependencies
7979 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 111111 "ember-source" : " ^3.28.11 || ^4.0.0 || ^5.0.0"
112112 },
113113 "engines" : {
114- "node" : " 16.* || >= 18"
114+ "node" : " >= 18"
115115 },
116116 "publishConfig" : {
117117 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments