Skip to content

Commit ad1c533

Browse files
committed
Breaking: drop Node.js 10
1 parent c36875c commit ad1c533

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: [10, 12, 14]
8+
node: [12, 14, 16]
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
@@ -43,6 +43,6 @@
4343
"manifest"
4444
],
4545
"engines": {
46-
"node": ">=10"
46+
"node": ">=12"
4747
}
4848
}

0 commit comments

Comments
 (0)