Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 576368d

Browse files
authored
chore!: drop support for Node 10 (#571)
1 parent 194e4e6 commit 576368d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
node-version: ['10.x', '*']
14+
node-version: ['12.20.0', '*']
1515
exclude:
1616
- os: macOS-latest
17-
node-version: '10.x'
17+
node-version: '12.20.0'
1818
- os: windows-latest
19-
node-version: '10.x'
19+
node-version: '12.20.0'
2020
fail-fast: false
2121
runs-on: ${{ matrix.os }}
2222
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@
122122
"last 2 ChromeAndroid versions"
123123
],
124124
"engines": {
125-
"node": ">=10.18.0"
125+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
126126
}
127127
}

0 commit comments

Comments
 (0)