Skip to content

Commit 2ae51af

Browse files
committed
Breaking: drop Node.js 8
1 parent 2c86187 commit 2ae51af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [8, 10, 12]
8+
node: [10, 12, 14]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"benchmark"
5050
],
5151
"engines": {
52-
"node": ">=8"
52+
"node": ">=10"
5353
}
5454
}

0 commit comments

Comments
 (0)