Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

env:
# Note: when changing this, also change jobs.node_tests.strategy.matrix.node_version.
DEFAULT_NODE_VERSION: 18
DEFAULT_NODE_VERSION: 24

on:
push:
Expand Down Expand Up @@ -54,15 +54,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dart_channel: [stable]
node_version: [18]
node_version: [24]
include:
# Include LTS versions on Ubuntu
- os: ubuntu-latest
dart_channel: stable
node_version: 16
node_version: 22
- os: ubuntu-latest
dart_channel: stable
node_version: 14
node_version: 20
- os: ubuntu-latest
dart_channel: dev

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.6

* No user-visible changes.

## 2.5.5

* No user-visible changes.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_migrator
version: 2.5.5
version: 2.5.6
description: A tool for running migrations on Sass files
homepage: https://github.com/sass/migrator

Expand Down