File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2222 - react
2323 - react-ts
2424 NODE :
25- - 16
2625 - 18
2726 OS :
2827 - ubuntu-latest
9089 - name : Set up Node.js and restore cache
9190 uses : actions/setup-node@v3
9291 with :
93- node-version : 16
92+ node-version : 18
9493 cache : ' npm'
9594 cache-dependency-path : ' **/package-lock.json'
9695
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v2
1818
1919 - name : Use Node.js
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v3
2121 with :
22- node-version : ' 14 '
22+ node-version : ' 18 '
2323
2424 - name : Run npm install
2525 run : npm install --no-package-lock --no-audit --no-fund
Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- NODE : [ 16, 18 ]
10+ NODE : [ 18 ]
1111
1212 runs-on : ubuntu-latest
1313 name : ThemeBuilder
You can’t perform that action at this time.
0 commit comments