File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33env :
44 # Note: when changing this, also change jobs.node_tests.strategy.matrix.node_version.
5- DEFAULT_NODE_VERSION : 18
5+ DEFAULT_NODE_VERSION : 24
66
77on :
88 push :
@@ -54,15 +54,15 @@ jobs:
5454 matrix :
5555 os : [ubuntu-latest, windows-latest, macos-latest]
5656 dart_channel : [stable]
57- node_version : [18 ]
57+ node_version : [24 ]
5858 include :
5959 # Include LTS versions on Ubuntu
6060 - os : ubuntu-latest
6161 dart_channel : stable
62- node_version : 16
62+ node_version : 22
6363 - os : ubuntu-latest
6464 dart_channel : stable
65- node_version : 14
65+ node_version : 20
6666 - os : ubuntu-latest
6767 dart_channel : dev
6868
Original file line number Diff line number Diff line change 1+ ## 2.5.6
2+
3+ * No user-visible changes.
4+
15## 2.5.5
26
37* No user-visible changes.
Original file line number Diff line number Diff line change 11name : sass_migrator
2- version : 2.5.5
2+ version : 2.5.6
33description : A tool for running migrations on Sass files
44homepage : https://github.com/sass/migrator
55
You can’t perform that action at this time.
0 commit comments