File tree Expand file tree Collapse file tree 7 files changed +1211
-666
lines changed
Expand file tree Collapse file tree 7 files changed +1211
-666
lines changed Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 - uses : actions/setup-node@v1
1717 with :
18- node-version : ' 18 .x'
18+ node-version : ' 20 .x'
1919 registry-url : ' https://registry.npmjs.org'
2020
2121 - name : Install dependencies
2424 - name : Compile code
2525 run : npm run build
2626
27- - name : Copy README to build
28- run : cp README.md build/README.md | true
29-
30- - name : Copy LICENSE to build
31- run : cp LICENSE.md build/LICENSE.md | true
32-
33- - name : Copy templates to build
34- run : cp -r templates build/templates | true
35-
36- - name : Copy configurer to build
37- run : cp -r configurer build/configurer | true
27+ - name : Install production dependencies
28+ run : cd build && npm ci --omit=dev
3829
3930 - name : Automatic GitHub Release
4031 uses : justincy/github-action-npm-release@2.0.1
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 node-version :
17- - 16.13.1
18- - 18.x
17+ - 20.x
1918 steps :
2019 - uses : actions/checkout@v2
2120 with :
3938 strategy :
4039 matrix :
4140 node-version :
42- - 16.13.1
43- - 18.x
41+ - 20.x
4442 steps :
4543 - uses : actions/checkout@v2
4644 - name : Use Node.js ${{ matrix.node-version }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments