We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9258b commit 5374d98Copy full SHA for 5374d98
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
- run: dart pub get
177
- uses: actions/setup-node@v6
178
with:
179
- node-version: "${{ inputs.node-version }}"
+ node-version: "${{ env.DEFAULT_NODE_VERSION }}"
180
check-latest: true
181
registry-url: 'https://registry.npmjs.org'
182
# npm trusted publisher infrastructure requires npm >=11.5.1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.5.5
2
+
3
+* No user-visible changes.
4
5
## 2.5.4
6
7
* No user-visible changes.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass_migrator
-version: 2.5.4
+version: 2.5.5
description: A tool for running migrations on Sass files
homepage: https://github.com/sass/migrator
0 commit comments