File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
packages/block-editor-tools Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @alleyinteractive/block-editor-tools " : minor
3+ ---
4+
5+ Extending support for Node 22.
Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- node : [16, 18, 20]
15+ node : [16, 18, 20, 22 ]
1616 name : " Build and Test: Node ${{ matrix.node }}"
1717 runs-on : ubuntu-latest
1818 # To use Remote Caching, uncomment the next lines and follow the steps below.
Original file line number Diff line number Diff line change 55 "author" : " Alley Interactive" ,
66 "license" : " GPL-2.0-or-later" ,
77 "engines" : {
8- "node" : " >=16.0.0 <21 .0.0" ,
8+ "node" : " >=16.0.0 <22 .0.0" ,
99 "npm" : " >=8"
1010 },
1111 "scripts" : {
Original file line number Diff line number Diff line change 1010 " README.md"
1111 ],
1212 "engines" : {
13- "node" : " >=16.0.0 <21 .0.0" ,
13+ "node" : " >=16.0.0 <22 .0.0" ,
1414 "npm" : " >=8.0.0"
1515 },
1616 "scripts" : {
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "main" : " plugin.php" ,
77 "engines" : {
8- "node" : " >=16.0.0 <21 .0.0" ,
8+ "node" : " >=16.0.0 <22 .0.0" ,
99 "npm" : " >=8"
1010 },
1111 "browserslist" : [
You can’t perform that action at this time.
0 commit comments