Skip to content

Commit f750f58

Browse files
authored
chore!: drop support for Node 10 (#165)
1 parent 394fb8d commit f750f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [12.x]
18+
node-version: [12.x, 15.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"puppeteer": "^8.0.0"
3131
},
3232
"engines": {
33-
"node": ">=v10.22.1"
33+
"node": ">=12.13.0"
3434
},
3535
"repository": {
3636
"type": "git",

0 commit comments

Comments
 (0)