Skip to content

Commit d5cab9a

Browse files
committed
Require Node 22 and pnpm 10
1 parent 5fa054f commit d5cab9a

4 files changed

Lines changed: 207 additions & 184 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: [18, 20, 22, 23, 24]
14+
node: [22]
1515

1616
steps:
1717
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ File named `bundle.css` with appropriate postcss plugins applied.
6767

6868
## Requirements
6969

70-
- Node.js 18+
70+
- Node.js 22+
7171

7272
## Contributing
7373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"esbuild": "^0.27.0"
4040
},
4141
"engines": {
42-
"node": ">=18"
42+
"node": ">=22"
4343
}
4444
}

0 commit comments

Comments
 (0)