Skip to content

Commit 5374d98

Browse files
authored
Use a defined Node version (#294)
1 parent 9a9258b commit 5374d98

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- run: dart pub get
177177
- uses: actions/setup-node@v6
178178
with:
179-
node-version: "${{ inputs.node-version }}"
179+
node-version: "${{ env.DEFAULT_NODE_VERSION }}"
180180
check-latest: true
181181
registry-url: 'https://registry.npmjs.org'
182182
# npm trusted publisher infrastructure requires npm >=11.5.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.5
2+
3+
* No user-visible changes.
4+
15
## 2.5.4
26

37
* No user-visible changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 2.5.4
2+
version: 2.5.5
33
description: A tool for running migrations on Sass files
44
homepage: https://github.com/sass/migrator
55

0 commit comments

Comments
 (0)