This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.os }}
88 strategy :
99 matrix :
10- node-version : [12.x, 14.x]
10+ node-version : [14.x]
1111 os : [macOS-latest, windows-latest, ubuntu-latest]
1212 steps :
1313 - run : git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v1
1515 with :
16- node-version : 12
16+ node-version : 14
1717 - name : Install dependencies
1818 run : npm install
1919 - name : Release
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.BOT_PAT }}
22- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
23- run : npx semantic-release
22+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
23+ run : npx semantic-release
Original file line number Diff line number Diff line change 101101 "cz-conventional-changelog" : " ~3.3.0" ,
102102 "enzyme" : " ~3.11.0" ,
103103 "enzyme-adapter-react-16" : " ~1.15.2" ,
104- "eslint" : " ~7.12 .0" ,
104+ "eslint" : " ~7.13 .0" ,
105105 "eslint-config-airbnb" : " ~18.2.0" ,
106106 "eslint-config-prettier" : " ~6.15.0" ,
107107 "eslint-plugin-import" : " ~2.22.0" ,
You can’t perform that action at this time.
0 commit comments