Skip to content

Commit 51d9c11

Browse files
committed
bump node engines
1 parent 977834c commit 51d9c11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.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: [12, 14, 15]
14+
node: [20, 22, 24]
1515
os: [ubuntu-latest, macOS-latest]
1616

1717
steps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test": "npm run lint && npm run mocha"
4646
},
4747
"engines": {
48-
"node": ">= 8.10.0"
48+
"node": ">= 20.0.0"
4949
},
5050
"files": [
5151
"*.js"
@@ -103,4 +103,4 @@
103103
"no-var": "error"
104104
}
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)