File tree Expand file tree Collapse file tree 4 files changed +607
-546
lines changed Expand file tree Collapse file tree 4 files changed +607
-546
lines changed Original file line number Diff line number Diff line change 11name : Release
2- on :
2+ " on " :
33 push :
44 branches :
55 - master
66 - next
77 - beta
8- - " *.x" # maintenance releases branches
9-
8+ - " *.x"
109jobs :
1110 release :
1211 name : release
1615 - uses : actions/setup-node@v2
1716 with :
1817 cache : npm
18+ node-version : 16
1919 - run : npm ci
2020 - run : npx semantic-release
2121 env :
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 node-version :
16- - 10
17- - 12
18- - 14
16+ - ' 14.17'
17+ - 16
1918 os :
2019 - ubuntu-latest
2120 - macos-latest
2928 node-version : " ${{ matrix.node-version }}"
3029 cache : npm
3130 - run : npm ci
31+ - name : Ensure dependencies are compatible with the version of node
32+ run : npx ls-engines
3233 - run : " npm run test:ci"
3334 test :
3435 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments