mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Bump Node support to 24
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ impeccable detect [options] [file-or-dir-or-url...]
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 18+
|
||||
- Node.js 24+
|
||||
- `jsdom` (included as dependency, used for HTML scanning)
|
||||
- `puppeteer` (optional, only needed for URL scanning)
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"url": "git+https://github.com/pbakaus/impeccable.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=24"
|
||||
},
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user