File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 22 ]
9+ node : [ 20 ]
1010 name : Linting on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 22 ]
9+ node : [ 20 ]
1010 name : Prettier on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 22, 24 ]
9+ node : [ 20, 22 ]
1010 name : Run tests on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
2020 runs-on : windows-latest
2121 strategy :
2222 matrix :
23- node : [ 22, 24 ]
23+ node : [ 20, 22 ]
2424 name : Run tests on Windows with Node ${{ matrix.node }}
2525 steps :
2626 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/eslint-plugin-lwc-graph-analyzer" ,
3- "version" : " 1.1.0-beta.1 " ,
3+ "version" : " 1.1.0-beta.2 " ,
44 "description" : " ESLint plugin to analyze data graph in a LWC component" ,
55 "contributors" : [
66 {
8888 "trailingComma" : " none"
8989 },
9090 "engines" : {
91- "node" : " >=22 "
91+ "node" : " >=20 "
9292 },
9393 "peerDependencies" : {
9494 "eslint" : " >=7"
9595 },
9696 "volta" : {
97- "node" : " 22.21.1 " ,
97+ "node" : " 20.18.0 " ,
9898 "yarn" : " 1.22.22"
9999 }
100100}
You can’t perform that action at this time.
0 commit comments