File tree Expand file tree Collapse file tree 8 files changed +134
-94
lines changed
Expand file tree Collapse file tree 8 files changed +134
-94
lines changed Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [14.17 , 16.9 ]
18+ node-version : [14, 16]
1919
2020 steps :
2121 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2222 ],
2323 "devDependencies" : {
2424 "@spotify/eslint-config-oss" : " ^1.0.0" ,
25- "@spotify/eslint-plugin" : " ^12 .0.0" ,
25+ "@spotify/eslint-plugin" : " ^13 .0.0" ,
2626 "husky" : " ^7.0.0" ,
2727 "lerna" : " ^4.0.0" ,
2828 "typescript" : " ^4.2.3"
Original file line number Diff line number Diff line change 3636 },
3737 "peerDependencies" : {
3838 "@spotify/eslint-plugin" : " >=8.x" ,
39- "eslint" : " >=7.x "
39+ "eslint" : " ^8.10.0 "
4040 },
4141 "publishConfig" : {
4242 "access" : " public"
Original file line number Diff line number Diff line change 4343 "typescript" : " ^4.2.3"
4444 },
4545 "peerDependencies" : {
46- "@typescript-eslint/parser" : " >=5.x " ,
47- "eslint" : " >=8.x "
46+ "@typescript-eslint/parser" : " ^5.13.0 " ,
47+ "eslint" : " ^8.10.0 "
4848 },
4949 "publishConfig" : {
5050 "access" : " public"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments