Skip to content

Commit b7d6cc9

Browse files
committed
Update tested versions
1 parent 9fb6e24 commit b7d6cc9

2 files changed

Lines changed: 2 additions & 2 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
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18, 20]
14+
node-version: [20, 22, 24]
1515
steps:
1616
- uses: actions/checkout@v4
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/index.js",
44
"version": "5.0.0",
55
"engines": {
6-
"node": ">= 14"
6+
"node": ">=20"
77
},
88
"author": "Javier Carrillo",
99
"description": "path to regex madness",

0 commit comments

Comments
 (0)