Skip to content

Commit 36efb71

Browse files
authored
Increase the Node.js version we test and release against (#295)
See #287
1 parent 5374d98 commit 36efb71

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
env:
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

77
on:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.6
2+
3+
* No user-visible changes.
4+
15
## 2.5.5
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.5
2+
version: 2.5.6
33
description: A tool for running migrations on Sass files
44
homepage: https://github.com/sass/migrator
55

0 commit comments

Comments
 (0)