Skip to content

Commit bcda022

Browse files
committed
chore: 🤖 support Node.js 23
1 parent 0fb7715 commit bcda022

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node: [20, 21, 22]
10+
node: [20, 21, 22, 23]
1111

1212
runs-on: ${{ matrix.os }}
1313

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Prettier plugin for sorting TailwindCSS classes **in any HTML-like language, l
99

1010
## Requirements
1111

12-
* Node: `>= 20.9 < 23`
12+
* Node: `>= 20.9 < 24`
1313

1414
## Installation
1515

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["prettier", "tailwindcss", "formatter", "html", "twig"],
66
"type": "module",
77
"engines": {
8-
"node": ">= 20.9 < 23"
8+
"node": ">= 20.9 < 24"
99
},
1010
"main": "dist/index.js",
1111
"exports": {

0 commit comments

Comments
 (0)