Skip to content

Commit

Permalink
chore!: drop support for Node 10 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Mar 3, 2021
1 parent 394fb8d commit f750f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [12.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"puppeteer": "^8.0.0"
},
"engines": {
"node": ">=v10.22.1"
"node": ">=12.13.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f750f58

Please sign in to comment.